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 {
|
.acct-mark {
|
||||||
font-size: 1.2em;
|
font-size: 1.2em;
|
||||||
|
vertical-align: sub;
|
||||||
|
margin-right: 0.25em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.display-name {
|
.display-name {
|
||||||
display: flex;
|
display: block;
|
||||||
align-items: center;
|
|
||||||
gap: 4px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
table.acct-fields {
|
table.acct-fields {
|
||||||
|
|
|
@ -68,13 +68,12 @@
|
||||||
|
|
||||||
.tootAuthorNamePrimary {
|
.tootAuthorNamePrimary {
|
||||||
color: var(--tutu-color-on-surface);
|
color: var(--tutu-color-on-surface);
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
gap: 4px;
|
|
||||||
|
|
||||||
> :global(.acct-mark) {
|
> :global(.acct-mark) {
|
||||||
font-size: 1.2em;
|
font-size: 1.2em;
|
||||||
color: var(--tutu-color-secondary-text-on-surface);
|
color: var(--tutu-color-secondary-text-on-surface);
|
||||||
|
vertical-align: sub;
|
||||||
|
margin-right: 0.25em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue