Fix some spacing issues with the header and shortcuts. #865
This commit is contained in:
parent
2bd86b1acd
commit
6eb21cad76
2
LICENSE
2
LICENSE
@ -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.
|
* Licensed under the MIT license.
|
||||||
* https://github.com/zixaphir/appchan-x/blob/master/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
@ -395,6 +395,7 @@ nav a,
|
|||||||
font-size: 0;
|
font-size: 0;
|
||||||
color: transparent;
|
color: transparent;
|
||||||
}
|
}
|
||||||
|
#full-board-list,
|
||||||
.hide-navigation-decorations #board-list a {
|
.hide-navigation-decorations #board-list a {
|
||||||
margin: 0 .1em;
|
margin: 0 .1em;
|
||||||
}
|
}
|
||||||
@ -537,7 +538,10 @@ nav a,
|
|||||||
<%= order %>: 10;
|
<%= order %>: 10;
|
||||||
}
|
}
|
||||||
#a-stats {
|
#a-stats {
|
||||||
height: 1.1em;
|
padding: 1px 2px;
|
||||||
|
}
|
||||||
|
#shortcuts #a-stats {
|
||||||
|
padding: 0 2px;
|
||||||
}
|
}
|
||||||
.sidebar-location-right #shortcuts {
|
.sidebar-location-right #shortcuts {
|
||||||
right: 0;
|
right: 0;
|
||||||
@ -545,16 +549,10 @@ nav a,
|
|||||||
.sidebar-location-left #shortcuts {
|
.sidebar-location-left #shortcuts {
|
||||||
left: 0;
|
left: 0;
|
||||||
}
|
}
|
||||||
.sidebar-location-right .shortcut {
|
|
||||||
<%= align %>-self: flex-end;
|
|
||||||
}
|
|
||||||
.icon-orientation-vertical #a-icons {
|
.icon-orientation-vertical #a-icons {
|
||||||
<%= flex %>-direction: column;
|
<%= flex %>-direction: column;
|
||||||
height: 200px;
|
height: 200px;
|
||||||
}
|
}
|
||||||
.icon-orientation-horizontal #a-stats {
|
|
||||||
height: 1em;
|
|
||||||
}
|
|
||||||
.icon-orientation-horizontal #a-stats,
|
.icon-orientation-horizontal #a-stats,
|
||||||
.icon-orientation-horizontal #a-icons,
|
.icon-orientation-horizontal #a-icons,
|
||||||
.sidebar-location-left #shortcuts {
|
.sidebar-location-left #shortcuts {
|
||||||
@ -644,6 +642,7 @@ nav a,
|
|||||||
content: "";
|
content: "";
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
<%= align %>: flex-start;
|
||||||
}
|
}
|
||||||
.invisible-icons .a-icon,
|
.invisible-icons .a-icon,
|
||||||
.invisible-icons #shortcuts .fa {
|
.invisible-icons #shortcuts .fa {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user