diff options
author | Michael Weimann <mail@michael-weimann.eu> | 2018-09-26 11:10:13 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2018-09-27 12:47:13 +0200 |
commit | c7714b43c7486d03172f86c9181b1fa156bfa439 (patch) | |
tree | e02d3e4bdcb4d523f1ebde6350a880e7d5551270 /core/css/header.scss | |
parent | c759a78926b8555aa03262478a57eab9371303b0 (diff) | |
download | nextcloud-server-c7714b43c7486d03172f86c9181b1fa156bfa439.tar.gz nextcloud-server-c7714b43c7486d03172f86c9181b1fa156bfa439.zip |
Fixes the logo height
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
Diffstat (limited to 'core/css/header.scss')
-rw-r--r-- | core/css/header.scss | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/css/header.scss b/core/css/header.scss index df20ec47d4b..f1dd3a059d4 100644 --- a/core/css/header.scss +++ b/core/css/header.scss @@ -75,7 +75,7 @@ #header { /* Header menu */ - .header-left > nav > .menu, + .header-left > nav > .menu, .header-right > div > .menu { background-color: var(--color-main-background); filter: drop-shadow(0 1px 5px var(--color-box-shadow)); @@ -113,10 +113,10 @@ background-size: contain; background-position: center; width: 62px; - height: 100%; position: absolute; left: 12px; top: 1px; + bottom: 1px; img { opacity: 0; @@ -637,4 +637,4 @@ nav[role='navigation'] { -webkit-appearance: none; } } -}
\ No newline at end of file +} |