Fix some spacing issues with the header and shortcuts. #865

This commit is contained in:
Zixaphir 2015-01-21 09:09:43 -07:00
parent 2bd86b1acd
commit 6eb21cad76
4 changed files with 11 additions and 12 deletions

View File

@ -1,5 +1,5 @@
/*
* appchan x - Version 2.10.4 - 2015-01-20
* appchan x - Version 2.10.4 - 2015-01-21
*
* Licensed under the MIT license.
* https://github.com/zixaphir/appchan-x/blob/master/LICENSE

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -395,6 +395,7 @@ nav a,
font-size: 0;
color: transparent;
}
#full-board-list,
.hide-navigation-decorations #board-list a {
margin: 0 .1em;
}
@ -537,7 +538,10 @@ nav a,
<%= order %>: 10;
}
#a-stats {
height: 1.1em;
padding: 1px 2px;
}
#shortcuts #a-stats {
padding: 0 2px;
}
.sidebar-location-right #shortcuts {
right: 0;
@ -545,16 +549,10 @@ nav a,
.sidebar-location-left #shortcuts {
left: 0;
}
.sidebar-location-right .shortcut {
<%= align %>-self: flex-end;
}
.icon-orientation-vertical #a-icons {
<%= flex %>-direction: column;
height: 200px;
}
.icon-orientation-horizontal #a-stats {
height: 1em;
}
.icon-orientation-horizontal #a-stats,
.icon-orientation-horizontal #a-icons,
.sidebar-location-left #shortcuts {
@ -644,6 +642,7 @@ nav a,
content: "";
opacity: 0.5;
cursor: pointer;
<%= align %>: flex-start;
}
.invisible-icons .a-icon,
.invisible-icons #shortcuts .fa {