Skip to content

Commit

Permalink
fix: spacing around avatars in reaction details dialog (#4114)
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon-Laux authored Sep 10, 2024
1 parent 54126bb commit ee6e6f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
- security: harden runtime interface by deleting the reference on window (`window.r`) after the first use. For development it is now accessible at `exp.runtime` but only in `--devmode` like `exp.rpc`
- dev: update `./bin/update_background_thumbnails.sh` script
- fix chatlist image thumbnails #4101
- fix: spacing around avatars in reaction details dialog #4114

<a id="1_46_8"></a>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

.reactionsDialogAvatar {
flex: 0 0 48px;
margin-right: 10px;
margin-inline: 10px;
}

.reactionsDialogContactName {
Expand Down

0 comments on commit ee6e6f9

Please sign in to comment.