diff options
author | Pytal <24800714+Pytal@users.noreply.github.com> | 2021-07-20 13:31:37 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-20 13:31:37 -0700 |
commit | c8778d83fb18ef89fc2c003a35e0df943193e845 (patch) | |
tree | 4546ea694b0dec8afd1c60f4dbb9531b1e60b0f2 /apps/files/css | |
parent | ff761b85fd37478eaed55f59fbc5ee91ca0e08e5 (diff) | |
parent | ce9bebda0a181fe374c3ea9fdae0f6e6e9079bbe (diff) | |
download | nextcloud-server-c8778d83fb18ef89fc2c003a35e0df943193e845.tar.gz nextcloud-server-c8778d83fb18ef89fc2c003a35e0df943193e845.zip |
Merge pull request #28015 from nextcloud/enh/noid/fix-overlapping
fix overlapping of elements in certain views
Diffstat (limited to 'apps/files/css')
-rw-r--r-- | apps/files/css/files.scss | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/apps/files/css/files.scss b/apps/files/css/files.scss index 05540257184..596c931a25b 100644 --- a/apps/files/css/files.scss +++ b/apps/files/css/files.scss @@ -310,6 +310,17 @@ table th.column-last, table td.column-last { top: 94px; } +#app-content-recent, +#app-content-favorites, +#app-content-shareoverview, +#app-content-sharingout, +#app-content-sharingin, +#app-content-sharinglinks, +#app-content-deletedshares, +#app-content-pendingshares { + margin-top: 22px; +} + table.multiselect thead th { background-color: var(--color-main-background-translucent); font-weight: bold; |