Fix vertical alignement of the board list.

This commit is contained in:
Mayhem 2013-08-15 00:41:12 +02:00
parent 8135e93db8
commit eaf4acd832

View File

@ -138,6 +138,8 @@ a[href="javascript:;"] {
#board-list {
-webkit-flex: 1;
flex: 1;
-webkit-align-self: center;
align-self: center;
text-align: center;
}
#header-bar.autohide:not(:hover) {