better small shadow-tweak styles
This commit is contained in:
parent
d234ad8672
commit
0cec6dc356
|
@ -71,9 +71,13 @@
|
|||
&.-no-preview {
|
||||
.shadow-tweak {
|
||||
order: 0;
|
||||
flex: 2 0 20em;
|
||||
flex: 2 0 8em;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
.input-range {
|
||||
min-width: 5em;
|
||||
}
|
||||
}
|
||||
|
||||
.inset-alert {
|
||||
|
|
|
@ -167,7 +167,7 @@
|
|||
:disabled="disabled || !present || (separateInset && !selected?.inset)"
|
||||
:class="{ disabled: disabled || !present || (separateInset && !selected?.inset) }"
|
||||
name="spread"
|
||||
class="input input-number -small"
|
||||
class="input input-range"
|
||||
type="range"
|
||||
max="20"
|
||||
min="-20"
|
||||
|
|
Loading…
Reference in a new issue