From 97e06b9a1c53f37828d3c242843095cc792fec26 Mon Sep 17 00:00:00 2001 From: ShadyThGod Date: Thu, 21 Mar 2019 12:05:53 +0530 Subject: [PATCH] Update themeManager.css Fix sizing by making height dynamic --- src/windows/themeManager/css/themeManager.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/windows/themeManager/css/themeManager.css b/src/windows/themeManager/css/themeManager.css index 0880a708..bb4bd074 100644 --- a/src/windows/themeManager/css/themeManager.css +++ b/src/windows/themeManager/css/themeManager.css @@ -7,6 +7,8 @@ html { body { border: 1px solid #00000033; background: #212222 !important; + display: flex; + flex-direction: column; } body * {