Merge pull request #28072 from nextcloud/backport/28015/stable20

[stable20] fix overlapping of elements in certain views
This commit is contained in:
Pytal 2021-07-20 21:25:10 -07:00 committed by GitHub
commit 831e5848c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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