Fix vertical alignment.
This commit is contained in:
parent
96c9b32b21
commit
db10d477bd
@ -166,6 +166,7 @@ audio.controls-added {
|
|||||||
#thread-watcher {
|
#thread-watcher {
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Header */
|
/* Header */
|
||||||
.fixed.top-header body {
|
.fixed.top-header body {
|
||||||
padding-top: 2em;
|
padding-top: 2em;
|
||||||
@ -297,13 +298,14 @@ audio.controls-added {
|
|||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
-webkit-align-items: center;
|
||||||
|
align-items: center;
|
||||||
}
|
}
|
||||||
:root.fixed:not(.centered-links) #board-list {
|
:root.fixed:not(.centered-links) #board-list {
|
||||||
flex: auto;
|
flex: auto;
|
||||||
}
|
}
|
||||||
:root.fixed:not(.centered-links) #full-board-list {
|
:root.fixed:not(.centered-links) #full-board-list {
|
||||||
display: flex;
|
display: flex;
|
||||||
line-height: 15px;
|
|
||||||
}
|
}
|
||||||
:root.fixed:not(.centered-links) .hide-board-list-container {
|
:root.fixed:not(.centered-links) .hide-board-list-container {
|
||||||
flex: none;
|
flex: none;
|
||||||
@ -331,6 +333,9 @@ audio.controls-added {
|
|||||||
:root.fixed:not(.centered-links) #shortcuts {
|
:root.fixed:not(.centered-links) #shortcuts {
|
||||||
float: initial;
|
float: initial;
|
||||||
flex: none;
|
flex: none;
|
||||||
|
display: flex;
|
||||||
|
-webkit-align-items: center;
|
||||||
|
align-items: center;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/* 4chan X link brackets */
|
/* 4chan X link brackets */
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user