fix: 💄 max width for long emojis

long emojis are funny, but not to the point where they break the UI
This commit is contained in:
ThatOneCalculator 2023-07-28 20:10:07 -07:00
parent 3824083446
commit 775b824d3f
No known key found for this signature in database
GPG key ID: 8703CACD01000000

View file

@ -16,6 +16,7 @@
: reaction : reaction
" "
:custom-emojis="note.emojis" :custom-emojis="note.emojis"
style="max-width: 100%;"
/> />
<span style="margin-left: 4px">{{ <span style="margin-left: 4px">{{
note.reactions[reaction] note.reactions[reaction]
@ -83,6 +84,7 @@ onMounted(() => {
padding: 4px 6px; padding: 4px 6px;
border: solid 1px var(--divider); border: solid 1px var(--divider);
border-radius: 6px; border-radius: 6px;
max-width: 50%;
} }
.tabActive { .tabActive {