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;