Style fix.
This commit is contained in:
parent
a54ca58850
commit
a45da2c2ae
@ -172,9 +172,10 @@ form.admin {
|
||||
padding: 1.8em 1ex;
|
||||
display: flex;
|
||||
width: -moz-available;
|
||||
width: -webkit-fill-available;
|
||||
width: available;
|
||||
|
||||
input[type="text"] {
|
||||
input[type="text"], input[type="range"] {
|
||||
flex-grow: 1;
|
||||
margin-right: 1ex;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user