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
path: root/apps
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2022-08-20 12:22:54 +0300
committerJulius Härtl <jus@bitgrid.net>2022-09-01 15:15:37 +0300
commit03b9047e95be95592773d01b8e86cf03ee9a9f0a (patch)
tree074a683562cc11bab2af9e2bb690bff1e11d670e /apps
parent2a4fd29c1a8f6a35f79fd9f3dd95a1ab93265dc3 (diff)
More refactoring of app content areas
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'apps')
-rw-r--r--apps/files/css/files.scss11
1 files changed, 3 insertions, 8 deletions
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,