mirror of
https://github.com/nextcloud/server.git
synced 2026-04-20 22:00:39 -04:00
Fix max-width to fit the new margin
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
2887b9bdab
commit
85cb130510
1 changed files with 1 additions and 1 deletions
|
|
@ -134,7 +134,7 @@ table.multiselect thead {
|
|||
|
||||
@media only screen and (max-width: 480px) {
|
||||
#header .header-right .menu {
|
||||
max-width: calc(100vw - 26px);
|
||||
max-width: calc(100vw - 10px);
|
||||
position: fixed;
|
||||
&::after {
|
||||
display: none !important;
|
||||
|
|
|
|||
Loading…
Reference in a new issue