From fa1116249d489cff25f5caf426e65aa8ad991e7c Mon Sep 17 00:00:00 2001
From: Henry Jameson <me@hjkos.com>
Date: Thu, 30 Aug 2018 17:13:54 +0300
Subject: [PATCH] fixup! panel styling cleanup

---
 src/components/notifications/notifications.scss | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/src/components/notifications/notifications.scss b/src/components/notifications/notifications.scss
index 0213d5b86..f14b7d407 100644
--- a/src/components/notifications/notifications.scss
+++ b/src/components/notifications/notifications.scss
@@ -10,13 +10,15 @@
     background-color: var(--cRed, $fallback--cRed);
     text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
     border-radius: 99px;
-    min-width: 1.5em;
-    max-width: 1.5em;
-    min-height: 1.5em;
-    max-height: 1.5em;
+    min-width: 22px;
+    max-width: 22px;
+    min-height: 22px;
+    max-height: 22px;
     color: white;
-    font-size: 0.9em;
+    font-size: 15px;
+    line-height: 22px;
     text-align: center;
+    vertical-align: middle
   }
 
   .loadmore-error {
-- 
GitLab