CompactToot: fix the author overflow

This commit is contained in:
thislight 2024-09-23 15:54:50 +08:00
parent de03e62783
commit 8c5ffc0f6b

View file

@ -193,6 +193,8 @@
gap: 8px;
align-items: center;
margin-bottom: 8px;
flex-flow: row wrap;
justify-content: flex-end;
>.compactAuthorUsername {
color: var(--tutu-color-secondary-text-on-surface);