From 3c032bf54170aa699cf9ce992025474932789268 Mon Sep 17 00:00:00 2001 From: john liddell Date: Sat, 21 Nov 2020 10:16:35 -0600 Subject: [PATCH] Fix max titlebar theme logo height --- .../src/app/components/titlebar/titlebar.component.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wowup-electron/src/app/components/titlebar/titlebar.component.scss b/wowup-electron/src/app/components/titlebar/titlebar.component.scss index 1674c440..1d7b8d12 100644 --- a/wowup-electron/src/app/components/titlebar/titlebar.component.scss +++ b/wowup-electron/src/app/components/titlebar/titlebar.component.scss @@ -34,7 +34,7 @@ height: 22px; .theme-logo { - height: 70px; + height: 74px; right: 4px; left: initial; }