We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4164d7 commit 9751ef8Copy full SHA for 9751ef8
src/renderer/attribute/length.cljs
@@ -39,7 +39,7 @@
39
(if (pos? (.-deltaY e))
40
(rf/dispatch [:element/update-attr k - 1])
41
(rf/dispatch [:element/update-attr k + 1])))}]
42
- [:div.flex {:style {:width "55px"}}
+ [:div.flex
43
[:button.button.ml-px.bg-primary.text-muted.h-full
44
{:style {:width "26px"}
45
:on-pointer-down #(rf/dispatch [:element/update-attr k - 1])}
src/renderer/color/styles.css
@@ -12,9 +12,9 @@
12
13
.color-drip {
14
box-sizing: content-box;
15
- width: 17px;
16
- max-width: 17px;
17
- height: 17px;
+ width: 16px;
+ max-width: 16px;
+ height: 16px;
18
flex: 1;
19
}
20
0 commit comments