fix: mentions wrapping

This commit is contained in:
ShittyKopper 2024-01-31 16:01:14 +03:00
parent cd52686fd3
commit bc99318707

View file

@ -51,6 +51,7 @@ const avatarUrl = computed(() => defaultStore.state.disableShowingAnimatedImages
padding: 4px 8px 4px 4px;
border-radius: var(--radius-ellipse);
color: var(--mention);
white-space: nowrap;
&.isMe {
color: var(--mentionMe);