Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Dreßler <nudelsalat@clouz.de>2019-11-18 19:14:45 +0300
committerNudelsalat <fabian.dressler@me.com>2019-11-18 19:35:37 +0300
commit8261e74725a21381fb223fca70f7c8d5724f6410 (patch)
tree698859e75fd9a451f2cf7ca3ec4a1e96012db5b0 /apps/files/css
parent5320f08cd2eab3926104a314fb76b2de222d1d7b (diff)
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.scss14
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;