From 826f0aeae0ed6ad307bf8a2e3fa7c0a2471835d9 Mon Sep 17 00:00:00 2001 From: Carl Schwan Date: Mon, 17 Oct 2022 16:08:27 +0200 Subject: [PATCH] Fix vertical alignment of user status icon Now it is properly centered even if the font size is bigger (when using the dislexia font) Signed-off-by: Carl Schwan --- apps/user_status/src/UserStatus.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/user_status/src/UserStatus.vue b/apps/user_status/src/UserStatus.vue index 4bee4e6ea6c..c7bc9314ea3 100644 --- a/apps/user_status/src/UserStatus.vue +++ b/apps/user_status/src/UserStatus.vue @@ -283,6 +283,7 @@ export default { margin-right: 10px; opacity: 1 !important; background-size: 16px; + vertical-align: middle; } // In dashboard -- 2.39.5