CompactToot: fix the author overflow
This commit is contained in:
parent
4c497313c5
commit
fe15c4f37d
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||||
|
|
Loading…
Reference in a new issue