Updated styling of settings dialog.

This commit is contained in:
Håvar Aambø Fosstveit
2018-06-16 20:56:41 +02:00
parent fcb15e706d
commit 18c45ec9f2
+2 -8
View File
@@ -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;