fix overlapping of elements in certain views

Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
szaimen 2021-07-16 18:06:41 +02:00 committed by backportbot[bot]
parent 2a7bd290e2
commit 660ada0574

View file

@ -302,6 +302,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;