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

Commit

Permalink
Fixes read receipt avatar offset
Browse files Browse the repository at this point in the history
  • Loading branch information
Germain committed Aug 29, 2023
1 parent 133e973 commit 13ae4b3
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions res/css/views/rooms/_ReadReceiptGroup.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,11 @@ limitations under the License.
height: 100%;

.mx_BaseAvatar {
box-sizing: content-box;
position: absolute;
display: inline-block;
height: 14px;
width: 14px;
border: 1px solid $background;
border-radius: 100%;

width: 14px;
height: 14px;
will-change: left, top;
transition: left var(--transition-short) ease-out, top var(--transition-standard) ease-out;
}
Expand Down

0 comments on commit 13ae4b3

Please sign in to comment.