mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 14:23:17 -04:00
fix overlapping of elements in certain views
Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
parent
b3d5a57f18
commit
ce9bebda0a
1 changed files with 11 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue