Browse Source

fix appname position

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
tags/v12.0.0beta1
Christoph Wurst 7 years ago
parent
commit
ac6d501657
No account linked to committer's email address
1 changed files with 2 additions and 3 deletions
  1. 2
    3
      core/css/header.scss

+ 2
- 3
core/css/header.scss View File

@@ -90,8 +90,7 @@
}
.header-appname-container {
display: inline-block;
height: 27px;
padding-top: 18px;
padding-top: 22px;
padding-right: 10px;
}
/* show caret indicator next to logo to make clear it is tappable */
@@ -161,7 +160,7 @@
font-size: 16px;
font-weight: 300;
margin: 0;
margin-top: -24px;
margin-top: -27px;
padding: 7px 0 7px 5px;
vertical-align: middle;
}

Loading…
Cancel
Save