mirror of
https://github.com/chuot/rdio-scanner.git
synced 2026-08-13 16:33:01 -06:00
Minor CSS fix in regards to radio-button-spacer
This commit is contained in:
parent
e48634b310
commit
b5910ec295
|
|
@ -21,10 +21,6 @@
|
|||
background: rgb(50, 100, 50);
|
||||
}
|
||||
|
||||
.radio-button-spacer {
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.radio-system {
|
||||
font-family: Roboto, 'Helvetica Neue', sans-serif;
|
||||
font-size: 14px;
|
||||
|
|
|
|||
|
|
@ -84,8 +84,7 @@
|
|||
}
|
||||
|
||||
.radio-button-spacer {
|
||||
flex: auto;
|
||||
min-width: .00001px;
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
@media (min-width: 720px) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue