Skip to content

Commit 47fd53c

Browse files
committed
Bubble layout: Fix poll timestamp
1 parent 9a523bd commit 47fd53c

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

res/css/views/rooms/_BubbleLayout.scss

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff 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.85em;
376+
font-size: 1.2rem;
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.85em;
433+
font-size: 1.2rem;
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.85em;
576+
font-size: 1.2rem;
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.85em;
597+
font-size: 1.2rem;
592598
}
593599

594600
&:dir(rtl) {

0 commit comments

Comments
 (0)