@rogieking/figui3 8.9.0 → 8.9.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components.css +4 -0
- package/dist/components.css +1 -1
- package/dist/fig-editor.css +1 -1
- package/dist/fig.css +1 -1
- package/fig-editor.css +5 -2
- package/package.json +1 -1
package/fig-editor.css
CHANGED
|
@@ -765,8 +765,7 @@ fig-select-options,
|
|
|
765
765
|
}
|
|
766
766
|
|
|
767
767
|
/* List breathing room (not on the scroller itself). */
|
|
768
|
-
& > :not(.fig-overflow)
|
|
769
|
-
& > .fig-overflow-start + :not(.fig-overflow) {
|
|
768
|
+
& > :nth-child(1 of :not(.fig-overflow)) {
|
|
770
769
|
margin-top: var(--spacer-2);
|
|
771
770
|
}
|
|
772
771
|
|
|
@@ -860,6 +859,10 @@ fig-select-option {
|
|
|
860
859
|
user-select: none;
|
|
861
860
|
white-space: nowrap;
|
|
862
861
|
|
|
862
|
+
h3{
|
|
863
|
+
margin: 0 0 var(--spacer-1) 0;
|
|
864
|
+
}
|
|
865
|
+
|
|
863
866
|
&::before {
|
|
864
867
|
content: "";
|
|
865
868
|
display: block;
|
package/package.json
CHANGED