Tweaked gap after verified badge

This commit is contained in:
Niléane 2023-12-10 21:42:52 +01:00
commit 4126d37c4d
No known key found for this signature in database
3 changed files with 3 additions and 0 deletions

View file

@ -2934,6 +2934,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
} }
.app-body .account__header__bio .account__header__fields .verified :is(a, dd) { .app-body .account__header__bio .account__header__fields .verified :is(a, dd) {
color: var(--color-accent); color: var(--color-accent);
gap: 5px;
} }
.app-body .account__header__bio .account__header__fields :is(.verified dt, dt) { .app-body .account__header__bio .account__header__fields :is(.verified dt, dt) {
color: var(--color-content-fg); color: var(--color-content-fg);

View file

@ -2933,6 +2933,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
} }
.app-body .account__header__bio .account__header__fields .verified :is(a, dd) { .app-body .account__header__bio .account__header__fields .verified :is(a, dd) {
color: var(--color-accent); color: var(--color-accent);
gap: 5px;
} }
.app-body .account__header__bio .account__header__fields :is(.verified dt, dt) { .app-body .account__header__bio .account__header__fields :is(.verified dt, dt) {
color: var(--color-content-fg); color: var(--color-content-fg);

View file

@ -2933,6 +2933,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu
} }
.app-body .account__header__bio .account__header__fields .verified :is(a, dd) { .app-body .account__header__bio .account__header__fields .verified :is(a, dd) {
color: var(--color-accent); color: var(--color-accent);
gap: 5px;
} }
.app-body .account__header__bio .account__header__fields :is(.verified dt, dt) { .app-body .account__header__bio .account__header__fields :is(.verified dt, dt) {
color: var(--color-content-fg); color: var(--color-content-fg);