Fix vertical alignement of the board list.
This commit is contained in:
parent
8135e93db8
commit
eaf4acd832
@ -138,6 +138,8 @@ a[href="javascript:;"] {
|
|||||||
#board-list {
|
#board-list {
|
||||||
-webkit-flex: 1;
|
-webkit-flex: 1;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
-webkit-align-self: center;
|
||||||
|
align-self: center;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
#header-bar.autohide:not(:hover) {
|
#header-bar.autohide:not(:hover) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user