ui: tweaks
This commit is contained in:
parent
3488bfc046
commit
1d2d58508e
|
@ -1,5 +1,9 @@
|
|||
:scope {
|
||||
font-size: 0.8em;
|
||||
margin-top: 0.5em;
|
||||
@media(min-width: 48em) {
|
||||
font-size: 1em;
|
||||
}
|
||||
}
|
||||
|
||||
li {
|
||||
|
|
|
@ -33,6 +33,10 @@
|
|||
}
|
||||
}
|
||||
|
||||
.arg label {
|
||||
padding: 0.5em;
|
||||
}
|
||||
|
||||
.arg .steps {
|
||||
display: flex;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user