mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
mobile: set a width for navigation popover to it's always 3 columns
This commit is contained in:
parent
f2566e649f
commit
9b9b6ec31e
1 changed files with 1 additions and 2 deletions
|
|
@ -34,8 +34,7 @@
|
|||
#navigation {
|
||||
top: 45px;
|
||||
bottom: initial;
|
||||
width: 90%;
|
||||
max-width: 320px;
|
||||
width: 255px;
|
||||
max-height: 90%;
|
||||
margin-top: 0;
|
||||
top: 45px;
|
||||
|
|
|
|||
Loading…
Reference in a new issue