Skip to content
Snippets Groups Projects
Commit 0cec6dc3 authored by HJ's avatar HJ :fire:
Browse files

better small shadow-tweak styles

parent d234ad86
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment