Updated styling of settings dialog.
parent
fcb15e706d
commit
18c45ec9f2
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue