Merge pull request #17989 from Noodlesalat/fix-padding-top-filelist

Remove whitespace above file list ref #17891
This commit is contained in:
Roeland Jago Douma 2019-12-05 10:32:53 +01:00 committed by GitHub
commit 90401e573e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 5 deletions

View File

@ -61,6 +61,7 @@ Nextcloud is written by:
- Derek <derek.kelly27@gmail.com> - Derek <derek.kelly27@gmail.com>
- Dominik Schmidt <dev@dominik-schmidt.de> - Dominik Schmidt <dev@dominik-schmidt.de>
- Donquixote <marjunebatac@gmail.com> - Donquixote <marjunebatac@gmail.com>
- Fabian Dreßler <nudelsalat@clouz.de>
- Fabian Henze <flyser42@gmx.de> - Fabian Henze <flyser42@gmx.de>
- Fabrizio Steiner <fabrizio.steiner@gmail.com> - Fabrizio Steiner <fabrizio.steiner@gmail.com>
- Felix A. Epp <work@felixepp.de> - Felix A. Epp <work@felixepp.de>

View File

@ -1,6 +1,10 @@
/* Copyright (c) 2011, Jan-Christoph Borchardt, http://jancborchardt.net /**
This file is licensed under the Affero General Public License version 3 or later. * Copyright (c) 2011, Jan-Christoph Borchardt, http://jancborchardt.net
See the COPYING-README file. */ * @copyright Copyright (c) 2019, Fabian Dreßler <nudelsalat@clouz.de>
*
* This file is licensed under the Affero General Public License version 3 or later.
* See the COPYING-README file.
*/
/* SETTINGS */ /* SETTINGS */
#files-setting-showhidden { #files-setting-showhidden {
@ -74,8 +78,8 @@
position: -webkit-sticky; position: -webkit-sticky;
position: sticky; position: sticky;
// header + breadcrumbs // header + breadcrumbs
top: $header-height; // 44px coming from #controls in core/css/styles.scss
padding-top: 40px; top: $header-height + 44px;
// under breadcrumbs, over file list // under breadcrumbs, over file list
z-index: 55; z-index: 55;
display: block; display: block;