From d81c26d17a0989788782253903ff9859b442aed1 Mon Sep 17 00:00:00 2001
From: Benjamin Auder <benjamin.auder@somewhere>
Date: Tue, 17 Mar 2020 22:47:10 +0100
Subject: [PATCH] Fix settings icon height

---
 client/src/App.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/client/src/App.vue b/client/src/App.vue
index 6590fcfb..d8ae21d3 100644
--- a/client/src/App.vue
+++ b/client/src/App.vue
@@ -152,7 +152,7 @@ table
     vertical-align: middle
   & > img
     padding: 0
-    height: 24px
+    height: 1.2em
     vertical-align: middle
 
 @media screen and (max-width: 767px)
-- 
2.44.0