logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: 586705ec02d6f399cc72cc759b523519e3d6992b
parent d5e9a28c8482c8594e0761ae3ba8781d76642214
Author: HJ <30-hj@users.noreply.git.pleroma.social>
Date:   Thu, 29 Jun 2023 16:09:31 +0000

Merge branch 'tusooa/react-button-safari' into 'develop'

Fix react button misalignment on safari ios

See merge request pleroma/pleroma-fe!1843

Diffstat:

Achangelog.d/react-button-safari.fix1+
Msrc/components/emoji_reactions/emoji_reactions.vue2++
2 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/changelog.d/react-button-safari.fix b/changelog.d/react-button-safari.fix @@ -0,0 +1 @@ +Fix react button misalignment on safari ios diff --git a/src/components/emoji_reactions/emoji_reactions.vue b/src/components/emoji_reactions/emoji_reactions.vue @@ -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);