Fix react button misalignment on safari ios
This commit is contained in:
parent
d5e9a28c84
commit
8cc6b213fb
|
@ -0,0 +1 @@
|
|||
Fix react button misalignment on safari ios
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue