mirror of
https://github.com/nextcloud/server.git
synced 2026-02-18 18:28:50 -05:00
Merge pull request #10853 from nextcloud/apps-menu-fix-mobile
Fix apps menu on mobile
This commit is contained in:
commit
cdc4eee278
2 changed files with 3 additions and 3 deletions
|
|
@ -116,6 +116,7 @@
|
|||
height: 100%;
|
||||
position: absolute;
|
||||
left: 12px;
|
||||
top: 1px;
|
||||
|
||||
img {
|
||||
opacity: 0;
|
||||
|
|
@ -229,14 +230,14 @@ nav[role='navigation'] {
|
|||
position: relative;
|
||||
}
|
||||
|
||||
.header-left #navigation {
|
||||
#header .header-left > nav > #navigation {
|
||||
position: relative;
|
||||
left: 25px; /* half the togglemenu */
|
||||
transform: translateX(-50%);
|
||||
width: 160px;
|
||||
}
|
||||
|
||||
.header-left #navigation,
|
||||
#header .header-left > nav > #navigation,
|
||||
.ui-datepicker,
|
||||
.ui-timepicker.ui-widget {
|
||||
background-color: var(--color-main-background);
|
||||
|
|
|
|||
|
|
@ -132,7 +132,6 @@
|
|||
}
|
||||
|
||||
@media only screen and (max-width: 480px) {
|
||||
#header .header-left > nav > .menu,
|
||||
#header .header-right > div > .menu {
|
||||
max-width: calc(100vw - 10px);
|
||||
position: fixed;
|
||||
|
|
|
|||
Loading…
Reference in a new issue