File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -373,7 +373,7 @@ $left-gutter: 5.4rem;
373373 top : unset ;
374374 bottom : 0 ;
375375 border-top-left-radius : $border-radius-12px ;
376- font-size : 0.85 em ;
376+ font-size : 1.2 rem ;
377377 padding : 6px 9px ;
378378 width : unset ;
379379 line-height : 1 ;
@@ -430,7 +430,7 @@ $left-gutter: 5.4rem;
430430 visibility : visible !important ;
431431 position : unset !important ;
432432 width : unset !important ;
433- font-size : 0.85 em ;
433+ font-size : 1.2 rem ;
434434 line-height : 1 ;
435435 }
436436 }
@@ -442,6 +442,12 @@ $left-gutter: 5.4rem;
442442 overflow : hidden ;
443443 }
444444
445+ .mx_MPollBody {
446+ .mx_MessageTimestamp {
447+ margin-inline-start : 1rem ;
448+ }
449+ }
450+
445451 // ---- Bubble specific ----
446452
447453 .mx_EventTile > .sc_EventTile_bubbleLine_info {
@@ -567,7 +573,7 @@ $left-gutter: 5.4rem;
567573 width : unset ;
568574 text-align : unset ;
569575 display : inline ;
570- font-size : 0.85 em ;
576+ font-size : 1.2 rem ;
571577 }
572578
573579 & :dir (rtl ) {
@@ -588,7 +594,7 @@ $left-gutter: 5.4rem;
588594 position : unset ;
589595 text-align : unset ;
590596 display : inline ;
591- font-size : 0.85 em ;
597+ font-size : 1.2 rem ;
592598 }
593599
594600 & :dir (rtl ) {
You can’t perform that action at this time.
0 commit comments