diff options
author | Fabian Dreßler <nudelsalat@clouz.de> | 2019-11-18 17:14:45 +0100 |
---|---|---|
committer | Nudelsalat <fabian.dressler@me.com> | 2019-11-18 17:35:37 +0100 |
commit | 8261e74725a21381fb223fca70f7c8d5724f6410 (patch) | |
tree | 698859e75fd9a451f2cf7ca3ec4a1e96012db5b0 /apps/files/css | |
parent | 5320f08cd2eab3926104a314fb76b2de222d1d7b (diff) | |
download | nextcloud-server-8261e74725a21381fb223fca70f7c8d5724f6410.tar.gz nextcloud-server-8261e74725a21381fb223fca70f7c8d5724f6410.zip |
Remove whitespace above file list
This reverts #16366 and fixes #17891
Signed-off-by: Fabian Dreßler <nudelsalat@clouz.de>
Diffstat (limited to 'apps/files/css')
-rw-r--r-- | apps/files/css/files.scss | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/apps/files/css/files.scss b/apps/files/css/files.scss index 833c0aa1c13..1ec88b8160b 100644 --- a/apps/files/css/files.scss +++ b/apps/files/css/files.scss @@ -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; |