CompactToot: fix the author overflow

This commit is contained in:
thislight 2024-09-23 15:54:50 +08:00
parent 4c497313c5
commit fe15c4f37d
No known key found for this signature in database
GPG key ID: A50F9451AC56A63E

View file

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