Merge pull request #10853 from nextcloud/apps-menu-fix-mobile

Fix apps menu on mobile
This commit is contained in:
Julius Härtl 2018-08-30 14:51:09 +02:00 committed by GitHub
commit cdc4eee278
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -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);

View file

@ -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;