diff options
author | szaimen <szaimen@e.mail.de> | 2021-07-16 18:06:41 +0200 |
---|---|---|
committer | szaimen <szaimen@e.mail.de> | 2021-07-16 18:06:41 +0200 |
commit | ce9bebda0a181fe374c3ea9fdae0f6e6e9079bbe (patch) | |
tree | 69cdcf698779712b61fb418fd0f32858d45dc768 /apps/files/css | |
parent | b3d5a57f1885c00728aafc08fa0381611625f236 (diff) | |
download | nextcloud-server-ce9bebda0a181fe374c3ea9fdae0f6e6e9079bbe.tar.gz nextcloud-server-ce9bebda0a181fe374c3ea9fdae0f6e6e9079bbe.zip |
fix overlapping of elements in certain views
Signed-off-by: szaimen <szaimen@e.mail.de>
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 7c1a64ae36d..cca94f0fdec 100644 --- a/apps/files/css/files.scss +++ b/apps/files/css/files.scss @@ -305,6 +305,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; |