mirror of
https://github.com/nextcloud/server.git
synced 2026-06-13 18:50:47 -04:00
Merge pull request #8897 from owncloud/fix-multiselect
fix files multiselect bar now that the app list is gone
This commit is contained in:
commit
0ce1f34f8a
1 changed files with 1 additions and 1 deletions
|
|
@ -225,7 +225,7 @@ table.multiselect thead {
|
|||
z-index: 10;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
left: 310px; /* main nav bar + sidebar */
|
||||
left: 230px; /* sidebar */
|
||||
}
|
||||
|
||||
table.multiselect thead th {
|
||||
|
|
|
|||
Loading…
Reference in a new issue