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:
-rw-r--r--AUTHORS1
-rw-r--r--apps/files/css/files.scss14
2 files changed, 10 insertions, 5 deletions
diff --git a/AUTHORS b/AUTHORS
index 70f8416f3fe..11d4a84c3f4 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -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>
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;