Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
allow using the full height of the header for the logo
Signed-off-by: Robin Appelman <[email protected]>
  • Loading branch information
icewind1991 committed May 1, 2017
commit a453ca8ee855efe7e4a5b90e1cb29d2a94c86307
5 changes: 3 additions & 2 deletions core/css/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,8 @@
background-repeat: no-repeat;
background-position: center center;
width: 62px;
height: 34px;
height: 44px;
margin-top: -5px;
}
.header-appname-container {
display: none;
Expand Down Expand Up @@ -538,4 +539,4 @@ nav {
li.hidden {
display: none;
}
}
}