This commit is contained in:
parent
bda41f0923
commit
d2df08f140
2 changed files with 26 additions and 16 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue