From 18c45ec9f2ed664122c4b8184d19bd075d676c86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5var=20Aamb=C3=B8=20Fosstveit?= Date: Sat, 16 Jun 2018 20:56:41 +0200 Subject: [PATCH] Updated styling of settings dialog. --- app/stylus/components/Settings.styl | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/app/stylus/components/Settings.styl b/app/stylus/components/Settings.styl index ef21430..3e4e902 100644 --- a/app/stylus/components/Settings.styl +++ b/app/stylus/components/Settings.styl @@ -11,8 +11,7 @@ > .dialog { position: absolute; - height: 50vmin; - width: 60vmin; + width: 40vmin; left: 50%; top: 50%; transform: translate(-50%, -50%); @@ -29,13 +28,9 @@ } > .settings { - height: 100%; - width: 100%; - padding-top: 1vmin; - padding-bottom: 1vmin; - .Dropdown-root { position: relative; + padding: 0.3vmin; } .Dropdown-control { @@ -130,7 +125,6 @@ } > .footer { - position: absolute; bottom: 0; right: 0; left: 0;