Compare commits
No commits in common. "025595629743f0352ab7e7dbd0084b8fe2164c34" and "245f10ba5b4e56cab4dafccae3c9fc67ae72e727" have entirely different histories.
0255956297
...
245f10ba5b
2 changed files with 6 additions and 5 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: block;
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
gap: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
table.acct-fields {
|
table.acct-fields {
|
||||||
|
|
|
@ -68,12 +68,13 @@
|
||||||
|
|
||||||
.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