From 57aad0a4b7714927cfc68f38d57c60854e3e809d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenz=20H=C3=BCbschle-Schneider?= Date: Fri, 31 Jan 2020 10:40:30 +0100 Subject: [PATCH] Fix glyphicon positioning --- css/glowingbear.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/glowingbear.css b/css/glowingbear.css index ba94d13..312ef04 100644 --- a/css/glowingbear.css +++ b/css/glowingbear.css @@ -146,7 +146,7 @@ input[type=text], input[type=password], #sendMessage { .col-sm-9 { padding-right: 5px !important; } -.glyphicon { +#topbar .glyphicon { top: 0; /* Fixes alignment issue in top bar */ } #topbar {