Fix react button misalignment on safari ios

This commit is contained in:
tusooa 2023-06-29 10:27:02 -04:00
parent d5e9a28c84
commit 8cc6b213fb
No known key found for this signature in database
GPG Key ID: 42AEC43D48433C51
2 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1 @@
Fix react button misalignment on safari ios

View File

@ -93,6 +93,7 @@
.emoji-reaction-count-button {
background-color: var(--btn);
margin: 0;
height: 100%;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
@ -120,6 +121,7 @@
box-sizing: border-box;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
margin: 0;
.reaction-emoji {
width: var(--emoji-size);