From 90740ac2cec0543cef8c797d574589d8aa38909a Mon Sep 17 00:00:00 2001 From: Gregory Chamberlain Date: Tue, 28 Jul 2020 22:25:57 +0100 Subject: [PATCH] Fix underlining of channel name --- assets/css/default.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/assets/css/default.css b/assets/css/default.css index ea139b40..3bf377ff 100644 --- a/assets/css/default.css +++ b/assets/css/default.css @@ -9,10 +9,15 @@ body { background-color: rgb(255, 0, 0, 0.5); } -.channel-profile > * { +.channel-profile { font-size: 1.17em; font-weight: bold; - vertical-align: middle; + display: flex; + align-items: center; +} + +.channel-profile > span { + padding-left: 0.5em } .channel-profile > img {