Compare commits
2 commits
245f10ba5b
...
0255956297
Author | SHA1 | Date | |
---|---|---|---|
|
0255956297 | ||
|
d13889d609 |
2 changed files with 5 additions and 6 deletions
|
@ -55,12 +55,12 @@
|
|||
|
||||
.acct-mark {
|
||||
font-size: 1.2em;
|
||||
vertical-align: sub;
|
||||
margin-right: 0.25em;
|
||||
}
|
||||
|
||||
.display-name {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 4px;
|
||||
display: block;
|
||||
}
|
||||
|
||||
table.acct-fields {
|
||||
|
|
|
@ -68,13 +68,12 @@
|
|||
|
||||
.tootAuthorNamePrimary {
|
||||
color: var(--tutu-color-on-surface);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 4px;
|
||||
|
||||
> :global(.acct-mark) {
|
||||
font-size: 1.2em;
|
||||
color: var(--tutu-color-secondary-text-on-surface);
|
||||
vertical-align: sub;
|
||||
margin-right: 0.25em;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue