Fix react button misalignment on safari ios
This commit is contained in:
parent
d5e9a28c84
commit
8cc6b213fb
1
changelog.d/react-button-safari.fix
Normal file
1
changelog.d/react-button-safari.fix
Normal file
@ -0,0 +1 @@
|
|||||||
|
Fix react button misalignment on safari ios
|
@ -93,6 +93,7 @@
|
|||||||
|
|
||||||
.emoji-reaction-count-button {
|
.emoji-reaction-count-button {
|
||||||
background-color: var(--btn);
|
background-color: var(--btn);
|
||||||
|
margin: 0;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
border-top-left-radius: 0;
|
border-top-left-radius: 0;
|
||||||
border-bottom-left-radius: 0;
|
border-bottom-left-radius: 0;
|
||||||
@ -120,6 +121,7 @@
|
|||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
border-top-right-radius: 0;
|
border-top-right-radius: 0;
|
||||||
border-bottom-right-radius: 0;
|
border-bottom-right-radius: 0;
|
||||||
|
margin: 0;
|
||||||
|
|
||||||
.reaction-emoji {
|
.reaction-emoji {
|
||||||
width: var(--emoji-size);
|
width: var(--emoji-size);
|
||||||
|
Loading…
Reference in New Issue
Block a user