mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 01:30:50 -04:00
Merge pull request #33957 from nextcloud/enh/33855/overlapping-toggle
fix overlapping of elements in certain views
This commit is contained in:
commit
fec5bcc426
5 changed files with 23 additions and 2 deletions
|
|
@ -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
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
Loading…
Reference in a new issue