Remove whitespace above file list

This reverts #16366 and fixes #17891

Signed-off-by: Fabian Dreßler <nudelsalat@clouz.de>
This commit is contained in:
Fabian Dreßler 2019-11-18 17:14:45 +01:00 committed by Nudelsalat
parent 5320f08cd2
commit 8261e74725
2 changed files with 10 additions and 5 deletions

View File

@ -61,6 +61,7 @@ Nextcloud is written by:
- Derek <derek.kelly27@gmail.com>
- Dominik Schmidt <dev@dominik-schmidt.de>
- Donquixote <marjunebatac@gmail.com>
- Fabian Dreßler <nudelsalat@clouz.de>
- Fabian Henze <flyser42@gmx.de>
- Fabrizio Steiner <fabrizio.steiner@gmail.com>
- 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.
See the COPYING-README file. */
/**
* Copyright (c) 2011, Jan-Christoph Borchardt, http://jancborchardt.net
* @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 */
#files-setting-showhidden {
@ -74,8 +78,8 @@
position: -webkit-sticky;
position: sticky;
// header + breadcrumbs
top: $header-height;
padding-top: 40px;
// 44px coming from #controls in core/css/styles.scss
top: $header-height + 44px;
// under breadcrumbs, over file list
z-index: 55;
display: block;