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
path: root/core/css
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-08-28 14:48:06 +0300
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-08-28 14:48:06 +0300
commit10d51c3440689de1e1ca335f46bc9f265de9fe0b (patch)
treee401cb3902f234868ab0e62fb336463c8d641336 /core/css
parentf47b59ac7aea40526da01d2cf4189ce406b5d0ce (diff)
Fix apps menu and typo
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'core/css')
-rw-r--r--core/css/header.scss1
-rw-r--r--core/css/mobile.scss2
2 files changed, 2 insertions, 1 deletions
diff --git a/core/css/header.scss b/core/css/header.scss
index ecb61976939..df20ec47d4b 100644
--- a/core/css/header.scss
+++ b/core/css/header.scss
@@ -116,6 +116,7 @@
height: 100%;
position: absolute;
left: 12px;
+ top: 1px;
img {
opacity: 0;
diff --git a/core/css/mobile.scss b/core/css/mobile.scss
index 2f869f7eeb1..a985d6b1f36 100644
--- a/core/css/mobile.scss
+++ b/core/css/mobile.scss
@@ -132,7 +132,7 @@
}
@media only screen and (max-width: 480px) {
- #header .header-right > nav > .menu {
+ #header .header-right > div > .menu {
max-width: calc(100vw - 10px);
position: fixed;
&::after {