From 8261e74725a21381fb223fca70f7c8d5724f6410 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Dre=C3=9Fler?= Date: Mon, 18 Nov 2019 17:14:45 +0100 Subject: [PATCH] Remove whitespace above file list MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts #16366 and fixes #17891 Signed-off-by: Fabian Dreßler --- AUTHORS | 1 + apps/files/css/files.scss | 14 +++++++++----- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/AUTHORS b/AUTHORS index 70f8416f3f..11d4a84c3f 100644 --- a/AUTHORS +++ b/AUTHORS @@ -61,6 +61,7 @@ Nextcloud is written by: - Derek - Dominik Schmidt - Donquixote + - Fabian Dreßler - Fabian Henze - Fabrizio Steiner - Felix A. Epp diff --git a/apps/files/css/files.scss b/apps/files/css/files.scss index 833c0aa1c1..1ec88b8160 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 + * + * 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;