Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2018-08-30 15:51:09 +0300
committerGitHub <noreply@github.com>2018-08-30 15:51:09 +0300
commitcdc4eee27826650c22e84552ecc449e2aa3c0ab1 (patch)
treeb5efbbcbdc835f90d0107cebfddc727c40e88aa1 /core/css/mobile.scss
parent4da9a15b32f6dfe862f7d481e018f978f50bf55c (diff)
parent10d51c3440689de1e1ca335f46bc9f265de9fe0b (diff)
Merge pull request #10853 from nextcloud/apps-menu-fix-mobile
Fix apps menu on mobile
Diffstat (limited to 'core/css/mobile.scss')
-rw-r--r--core/css/mobile.scss1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/css/mobile.scss b/core/css/mobile.scss
index 6f061abc75c..44660e44c33 100644
--- a/core/css/mobile.scss
+++ b/core/css/mobile.scss
@@ -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;