RegularToot: supports bot mark
All checks were successful
/ depoly (push) Successful in 1m19s

This commit is contained in:
thislight 2024-11-05 16:20:13 +08:00
parent bda41f0923
commit d2df08f140
No known key found for this signature in database
GPG key ID: FCFE5192241CCD4E
2 changed files with 26 additions and 16 deletions

View file

@ -49,10 +49,7 @@
.tootAuthorNameGrp {
display: grid;
grid-template-columns: 1fr auto;
>* {
color: var(--tutu-color-secondary-text-on-surface);
}
color: var(--tutu-color-secondary-text-on-surface);
> :last-child {
grid-column: 1 /3;
@ -70,7 +67,14 @@
}
.tootAuthorNamePrimary {
color: revert;
color: var(--tutu-color-on-surface);
display: flex;
align-items: center;
gap: 4px;
> :global(.bot-mark) {
font-size: 1.2em;
}
}
.tootAvatar {