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 915c037431..0ec6cd4f52 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;