From db10d477bd091160346cbdcfb8ad547664f3dc7b Mon Sep 17 00:00:00 2001 From: ccd0 Date: Mon, 23 Feb 2015 19:29:02 -0800 Subject: [PATCH] Fix vertical alignment. --- src/General/css/style.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/General/css/style.css b/src/General/css/style.css index ac11e6ff5..a8d4e82d0 100755 --- a/src/General/css/style.css +++ b/src/General/css/style.css @@ -166,6 +166,7 @@ audio.controls-added { #thread-watcher { z-index: 10; } + /* Header */ .fixed.top-header body { padding-top: 2em; @@ -297,13 +298,14 @@ audio.controls-added { font-size: 12px; white-space: nowrap; display: flex; + -webkit-align-items: center; + align-items: center; } :root.fixed:not(.centered-links) #board-list { flex: auto; } :root.fixed:not(.centered-links) #full-board-list { display: flex; - line-height: 15px; } :root.fixed:not(.centered-links) .hide-board-list-container { flex: none; @@ -331,6 +333,9 @@ audio.controls-added { :root.fixed:not(.centered-links) #shortcuts { float: initial; flex: none; + display: flex; + -webkit-align-items: center; + align-items: center; } } /* 4chan X link brackets */