Skip to content

Commit 0c89bc9

Browse files
Fix single number properties alignement with the other properties (#817)
1 parent cffe4f8 commit 0c89bc9

File tree

1 file changed

+13
-18
lines changed

1 file changed

+13
-18
lines changed

src/style/components.styl

Lines changed: 13 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
@import './lib';
22

3-
propertyRowDefined() {
4-
.propertyRowDefined {
5-
{block}
6-
}
7-
}
8-
93
.components
104
background-color $bg
115
color $white
@@ -14,18 +8,6 @@ propertyRowDefined() {
148
position fixed
159
width 331px
1610

17-
div.vec2,
18-
div.vec3,
19-
div.vec4
20-
display inline
21-
22-
.vec2 input.number,
23-
.vec3 input.number
24-
width 40px
25-
26-
.vec4 input.number
27-
width 34px
28-
2911
.collapsible-header
3012
align-items center
3113
display flex
@@ -112,6 +94,19 @@ div.vec4
11294
vertical-align middle
11395
width 118px
11496

97+
input.number
98+
width 40px
99+
100+
.vec2 input.number,
101+
.vec3 input.number
102+
width 40px
103+
104+
.vec4 input.number
105+
width 34px
106+
107+
.vec2, .vec3, vec4
108+
display inline
109+
115110
.map_value
116111
margin 0 0 0 5px
117112
width 68px

0 commit comments

Comments
 (0)