Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit abdcf72

Browse files
committed
fix: correctly align read receipts to bubbles
1 parent 6d22300 commit abdcf72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

res/css/views/rooms/_EventBubbleTile.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ limitations under the License.
450450
.mx_ReadReceiptGroup {
451451
position: absolute;
452452
right: -78px; // as close to right gutter without clipping as possible
453-
bottom: 0;
453+
bottom: -1px;
454454
top: auto;
455455
}
456456

@@ -586,7 +586,7 @@ limitations under the License.
586586
}
587587

588588
.mx_ReadReceiptGroup {
589-
right: -14px; // match alignment to RRs of chat bubbles
589+
right: -18px; // match alignment to RRs of chat bubbles
590590
}
591591

592592
&::before {

0 commit comments

Comments
 (0)