@@ -28,7 +28,7 @@ limitations under the License.
28
28
flex-direction : row;
29
29
/* Right margin for the design. We could apply this to the whole dialog, but then the scrollbar */
30
30
/* for the user section gets weird. */
31
- margin : $spacing-8 45 px 0 0 ; /* TODO: Use a spacing variable */
31
+ margin : $spacing-8 45 px 0 0 ;
32
32
33
33
.mx_InviteDialog_editor {
34
34
flex : 1 ;
@@ -43,14 +43,14 @@ limitations under the License.
43
43
flex-wrap : wrap;
44
44
45
45
.mx_InviteDialog_userTile {
46
- margin : 6 px 6 px 0 0 ; /* TODO: Use a spacing variable */
46
+ margin : 6 px 6 px 0 0 ;
47
47
display : inline-block;
48
48
min-width : max-content; /* prevent manipulation by flexbox */
49
49
}
50
50
51
51
/* overrides bunch of our default text input styles */
52
52
> input [type="text" ] {
53
- margin : 6 px 0 !important ; /* TODO: Use a spacing variable */
53
+ margin : 6 px 0 !important ;
54
54
height : 24 px ;
55
55
line-height : $font-24px ;
56
56
font-size : $font-14px ;
@@ -67,7 +67,7 @@ limitations under the License.
67
67
68
68
.mx_InviteDialog_goButton {
69
69
min-width : 48 px ;
70
- margin-inline-start : 10 px ; /* TODO: Use a spacing variable */
70
+ margin-inline-start : 10 px ;
71
71
height : 25 px ;
72
72
line-height : $font-25px ;
73
73
}
@@ -77,7 +77,7 @@ limitations under the License.
77
77
/* Width and height are required to trick the layout engine. */
78
78
width : 20 px ;
79
79
height : 20 px ;
80
- margin-inline-start : 5 px ; /* TODO: Use a spacing variable */
80
+ margin-inline-start : 5 px ;
81
81
display : inline-block;
82
82
vertical-align : middle;
83
83
}
@@ -103,7 +103,7 @@ limitations under the License.
103
103
}
104
104
105
105
.mx_InviteDialog_section_showMore {
106
- margin : 7 px 18 px ; /* TODO: Use a spacing variable */
106
+ margin : 7 px 18 px ;
107
107
display : block;
108
108
}
109
109
}
@@ -252,7 +252,7 @@ limitations under the License.
252
252
.mx_InviteDialog_userSections {
253
253
margin-top : $spacing-4 ;
254
254
overflow-y : auto;
255
- padding : 0 45 px $spacing-4 0 ; /* TODO: Use a spacing variable */
255
+ padding : 0 45 px $spacing-4 0 ;
256
256
}
257
257
258
258
.mx_InviteDialog_helpText {
@@ -289,7 +289,7 @@ limitations under the License.
289
289
290
290
.mx_DialPad {
291
291
row-gap : $spacing-16 ;
292
- column-gap : 48 px ; /* TODO: Use a spacing variable */
292
+ column-gap : 48 px ;
293
293
margin-inline : auto;
294
294
}
295
295
}
@@ -450,7 +450,7 @@ limitations under the License.
450
450
}
451
451
452
452
.mx_InviteDialog_identityServer {
453
- margin-top : 1 em ; /* TODO: Use a spacing variable */
453
+ margin-top : 1 em ;
454
454
}
455
455
456
456
.mx_InviteDialog_oneThreepid {
0 commit comments