Profile: supports bot mark

This commit is contained in:
thislight 2024-11-05 16:19:55 +08:00
parent 456cfdfbb0
commit bda41f0923
No known key found for this signature in database
GPG key ID: FCFE5192241CCD4E
2 changed files with 26 additions and 8 deletions

View file

@ -38,6 +38,16 @@
flex-flow: column nowrap;
}
.bot-mark {
font-size: 1.2em;
}
.display-name {
display: flex;
align-items: center;
gap: 4px;
}
table.acct-fields {
word-break: break-all;