Compare commits

...

2 commits

Author SHA1 Message Date
thislight
0255956297
Profile: adjust bot and locked mark layout
All checks were successful
/ depoly (push) Successful in 1m17s
2024-11-06 20:16:49 +08:00
thislight
d13889d609
RegularToot: adjust layout for bot and locked mark 2024-11-06 20:10:24 +08:00
2 changed files with 5 additions and 6 deletions

View file

@ -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 {

View file

@ -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;
}
}