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

Commit

Permalink
fix: correctly align read receipts to bubbles
Browse files Browse the repository at this point in the history
  • Loading branch information
justjanne committed Apr 26, 2022
1 parent 942ca74 commit 1000023
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions res/css/views/rooms/_EventBubbleTile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ limitations under the License.
.mx_ReadReceiptGroup {
position: absolute;
right: -78px; // as close to right gutter without clipping as possible
bottom: 0;
bottom: -1px;
top: auto;
}

Expand Down Expand Up @@ -586,7 +586,7 @@ limitations under the License.
}

.mx_ReadReceiptGroup {
right: -14px; // match alignment to RRs of chat bubbles
right: -18px; // match alignment to RRs of chat bubbles
}

&::before {
Expand Down

0 comments on commit 1000023

Please sign in to comment.