Merge pull request #33957 from nextcloud/enh/33855/overlapping-toggle

fix overlapping of elements in certain views
This commit is contained in:
Simon L 2022-09-09 12:43:48 +02:00 committed by GitHub
commit fec5bcc426
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 23 additions and 2 deletions

View file

@ -402,6 +402,16 @@ table th.column-last, table td.column-last {
min-width: 130px;
}
#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;
}
#app-content-recent thead,
#app-content-favorites thead,
#app-content-shareoverview thead,

File diff suppressed because one or more lines are too long

View file

@ -317,6 +317,7 @@ table th.column-last, table td.column-last {
#app-content-sharinglinks,
#app-content-deletedshares,
#app-content-pendingshares {
margin-top: 22px;
thead {
top: 0;
}

View file

@ -402,6 +402,16 @@ table th.column-last, table td.column-last {
min-width: 130px;
}
#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;
}
#app-content-recent thead,
#app-content-favorites thead,
#app-content-shareoverview thead,

File diff suppressed because one or more lines are too long