better small shadow-tweak styles

This commit is contained in:
Henry Jameson 2024-09-28 20:33:30 +03:00
parent d234ad8672
commit 0cec6dc356
2 changed files with 6 additions and 2 deletions

View file

@ -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 {

View file

@ -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"