Skip to content

Commit 90401e5

Browse files
authored
Merge pull request #17989 from Noodlesalat/fix-padding-top-filelist
Remove whitespace above file list ref #17891
2 parents 04c2b5f + 8261e74 commit 90401e5

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ Nextcloud is written by:
6161
- Derek <derek.kelly27@gmail.com>
6262
- Dominik Schmidt <dev@dominik-schmidt.de>
6363
- Donquixote <marjunebatac@gmail.com>
64+
- Fabian Dreßler <nudelsalat@clouz.de>
6465
- Fabian Henze <flyser42@gmx.de>
6566
- Fabrizio Steiner <fabrizio.steiner@gmail.com>
6667
- Felix A. Epp <work@felixepp.de>

apps/files/css/files.scss

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1-
/* Copyright (c) 2011, Jan-Christoph Borchardt, http://jancborchardt.net
2-
This file is licensed under the Affero General Public License version 3 or later.
3-
See the COPYING-README file. */
1+
/**
2+
* Copyright (c) 2011, Jan-Christoph Borchardt, http://jancborchardt.net
3+
* @copyright Copyright (c) 2019, Fabian Dreßler <nudelsalat@clouz.de>
4+
*
5+
* This file is licensed under the Affero General Public License version 3 or later.
6+
* See the COPYING-README file.
7+
*/
48

59
/* SETTINGS */
610
#files-setting-showhidden {
@@ -74,8 +78,8 @@
7478
position: -webkit-sticky;
7579
position: sticky;
7680
// header + breadcrumbs
77-
top: $header-height;
78-
padding-top: 40px;
81+
// 44px coming from #controls in core/css/styles.scss
82+
top: $header-height + 44px;
7983
// under breadcrumbs, over file list
8084
z-index: 55;
8185
display: block;

0 commit comments

Comments
 (0)