mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
mobile: remove shift for multiselect bar to account for missing navigation
This commit is contained in:
parent
ecf52e05fb
commit
40c20b2eeb
1 changed files with 5 additions and 0 deletions
|
|
@ -13,6 +13,11 @@ table td.date {
|
|||
display: none;
|
||||
}
|
||||
|
||||
/* remove shift for multiselect bar to account for missing navigation */
|
||||
table.multiselect thead {
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
/* restrict length of displayed filename to prevent overflow */
|
||||
table td.filename .nametext {
|
||||
max-width: 75% !important;
|
||||
|
|
|
|||
Loading…
Reference in a new issue