ui: tweaks

This commit is contained in:
cha0s 2020-06-20 17:54:53 -05:00
parent 3488bfc046
commit 1d2d58508e
3 changed files with 9 additions and 1 deletions

View File

@ -1,5 +1,9 @@
:scope {
font-size: 0.8em;
margin-top: 0.5em;
@media(min-width: 48em) {
font-size: 1em;
}
}
li {

View File

@ -33,6 +33,10 @@
}
}
.arg label {
padding: 0.5em;
}
.arg .steps {
display: flex;
}

View File

@ -133,7 +133,7 @@ select {
color: #ffffff;
cursor: pointer;
font-size: 0.75em;
margin: 0.25em 0;
margin: 0;
-moz-appearance: none;
-webkit-appearance: none;
padding: 0.5em;