Skip to content

Commit

Permalink
Fix: Margin if resetvalue is set
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnitto committed Dec 28, 2024
1 parent c9f782b commit 597920a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Resources/Private/RangeEditor/RangeEditor.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ const styles = stylex.create({
outline: "none",
width: "100%",
borderRadius: 2,
marginBottom: 4,

":focus": {
"--opacity": 1,
Expand Down
1 change: 1 addition & 0 deletions Resources/Public/Plugin.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
.range-vszx66:where(*)>*:not(#\#):not(#\#):not(#\#){pointer-events:none}
.range-1cm8ssg:focus:not(#\#):not(#\#):not(#\#){outline-offset:2px}
.range-lrawln:not(#\#):not(#\#):not(#\#):not(#\#){height:25px}
.range-12nagc:not(#\#):not(#\#):not(#\#):not(#\#){margin-bottom:4px}
.range-1hqhkut:not(#\#):not(#\#):not(#\#):not(#\#){margin-right:var(--marginRight)}
.range-isnujt:not(#\#):not(#\#):not(#\#):not(#\#){min-height:20px}
.range-h8yej3:not(#\#):not(#\#):not(#\#):not(#\#){width:100%}
Expand Down
Loading

0 comments on commit 597920a

Please sign in to comment.