This repository was archived by the owner on Sep 11, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ limitations under the License.
15
15
*/
16
16
17
17
.mx_ReplyChain {
18
- margin : 0 0 $spacing-8 0 ;
18
+ margin : 0 ; // Reset default blockquote margin
19
19
padding-left : 10 px ; // TODO: Use a spacing variable
20
20
border-left : 2 px solid var (--username-color ); // TODO: Use a spacing variable
21
21
border-radius : 2 px ; // TODO: Use a spacing variable
Original file line number Diff line number Diff line change @@ -267,6 +267,10 @@ $left-gutter: 64px;
267
267
.mx_EventTileBubble {
268
268
margin-inline : auto;
269
269
}
270
+
271
+ .mx_ReplyChain {
272
+ margin-bottom : $spacing-8 ;
273
+ }
270
274
}
271
275
272
276
& [data-layout="irc" ] {
@@ -295,6 +299,10 @@ $left-gutter: 64px;
295
299
}
296
300
}
297
301
302
+ .mx_ReplyChain {
303
+ margin : 0 ;
304
+ }
305
+
298
306
.mx_ReplyTile .mx_EventTileBubble {
299
307
left : unset; /* Cancel the value specified above for the tile inside ReplyTile */
300
308
}
@@ -1244,6 +1252,10 @@ $left-gutter: 64px;
1244
1252
padding-block : var (--MatrixChat_useCompactLayout_line-spacing-block );
1245
1253
}
1246
1254
1255
+ .mx_ReplyChain {
1256
+ margin-bottom : $spacing-4 ;
1257
+ }
1258
+
1247
1259
& .mx_EventTile_info {
1248
1260
padding-top : 0 ; /* same as the padding for non-compact .mx_EventTile.mx_EventTile_info */
1249
1261
font-size : $font-13px ;
Original file line number Diff line number Diff line change @@ -183,7 +183,6 @@ $irc-line-height: $font-18px;
183
183
}
184
184
185
185
.mx_ReplyChain {
186
- margin : 0 ;
187
186
.mx_DisambiguatedProfile {
188
187
order : unset;
189
188
width : unset;
You can’t perform that action at this time.
0 commit comments