ui: tweaks
This commit is contained in:
parent
f074a719ac
commit
ab5727a612
|
@ -24,7 +24,7 @@ const Range = ({onChange, range, reducer}) => {
|
||||||
);
|
);
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
<label>
|
<label className="range__to-label">
|
||||||
to
|
to
|
||||||
{isSingle && '?'}
|
{isSingle && '?'}
|
||||||
<input
|
<input
|
||||||
|
|
|
@ -0,0 +1,12 @@
|
||||||
|
.range {
|
||||||
|
display: flex;
|
||||||
|
height: 2em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.range__to-label {
|
||||||
|
align-self: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.range input[type="text"] {
|
||||||
|
margin-left: 1em;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user