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:
parent
3824083446
commit
775b824d3f
1 changed files with 2 additions and 0 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue