From 03b9047e95be95592773d01b8e86cf03ee9a9f0a Mon Sep 17 00:00:00 2001 From: Julius Härtl Date: Sat, 20 Aug 2022 11:22:54 +0200 Subject: More refactoring of app content areas MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- apps/files/css/files.scss | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'apps/files/css/files.scss') diff --git a/apps/files/css/files.scss b/apps/files/css/files.scss index 33ec23cdad1..715a404be07 100644 --- a/apps/files/css/files.scss +++ b/apps/files/css/files.scss @@ -68,8 +68,8 @@ thead { position: -webkit-sticky; position: sticky; - // header + breadcrumbs - top: variables.$header-height; + // breadcrumbs + top: 44px; // under breadcrumbs, over file list z-index: 60; display: block; @@ -310,11 +310,6 @@ table th.column-last, table td.column-last { max-width: 130px; } -#app-content-files thead, -#app-content-trashbin thead { - top: 94px; -} - #app-content-recent, #app-content-favorites, #app-content-shareoverview, @@ -1197,7 +1192,7 @@ table.dragshadow td.size { padding: 22px; opacity: .5; position: fixed; - right: 0; + right: 16px; z-index: 100; &:hover, -- cgit v1.2.3