Sightly smaller header bar.

This commit is contained in:
Mayhem 2013-08-21 18:34:19 +02:00
parent 6e88579cc8
commit b5edee8a91

View File

@ -120,7 +120,7 @@ a[href="javascript:;"] {
border-width: 0; border-width: 0;
display: -webkit-flex; display: -webkit-flex;
display: flex; display: flex;
padding: 3px 4px 4px; padding: 3px;
position: relative; position: relative;
transition: all .1s .05s ease-in-out; transition: all .1s .05s ease-in-out;
} }
@ -131,10 +131,6 @@ a[href="javascript:;"] {
box-shadow: 0 -1px 2px rgba(0, 0, 0, .15); box-shadow: 0 -1px 2px rgba(0, 0, 0, .15);
border-top-width: 1px; border-top-width: 1px;
} }
#header.bottom .menu-button i {
border-top: none;
border-bottom: 6px solid;
}
#board-list { #board-list {
-webkit-flex: 1; -webkit-flex: 1;
flex: 1; flex: 1;
@ -163,23 +159,11 @@ a[href="javascript:;"] {
} }
#header.top #toggle-header-bar { #header.top #toggle-header-bar {
cursor: n-resize; cursor: n-resize;
bottom: -8px; bottom: -10px;
} }
#header.bottom #toggle-header-bar { #header.bottom #toggle-header-bar {
cursor: s-resize; cursor: s-resize;
top: -8px; top: -10px;
}
#header-bar.autohide:not(:hover) #toggle-header-bar,
#toggle-header-bar:hover {
height: 18px;
}
#header.top #header-bar.autohide:not(:hover) #toggle-header-bar,
#header.top #toggle-header-bar:hover {
bottom: -16px;
}
#header.bottom #header-bar.autohide:not(:hover) #toggle-header-bar,
#header.bottom #toggle-header-bar:hover {
top: -16px;
} }
#header.top #header-bar.autohide #toggle-header-bar { #header.top #header-bar.autohide #toggle-header-bar {
cursor: s-resize; cursor: s-resize;