From 4126d37c4dafde19861cc5e005547efa0330cb25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nil=C3=A9ane?= Date: Sun, 10 Dec 2023 21:42:52 +0100 Subject: [PATCH] Tweaked gap after verified badge --- TangerineUI-cherry.css | 1 + TangerineUI-purple.css | 1 + TangerineUI.css | 1 + 3 files changed, 3 insertions(+) diff --git a/TangerineUI-cherry.css b/TangerineUI-cherry.css index c04944d..8bc2f63 100644 --- a/TangerineUI-cherry.css +++ b/TangerineUI-cherry.css @@ -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) { color: var(--color-accent); + gap: 5px; } .app-body .account__header__bio .account__header__fields :is(.verified dt, dt) { color: var(--color-content-fg); diff --git a/TangerineUI-purple.css b/TangerineUI-purple.css index 5fdade8..794eb55 100644 --- a/TangerineUI-purple.css +++ b/TangerineUI-purple.css @@ -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) { color: var(--color-accent); + gap: 5px; } .app-body .account__header__bio .account__header__fields :is(.verified dt, dt) { color: var(--color-content-fg); diff --git a/TangerineUI.css b/TangerineUI.css index 277cded..bad0b1c 100644 --- a/TangerineUI.css +++ b/TangerineUI.css @@ -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) { color: var(--color-accent); + gap: 5px; } .app-body .account__header__bio .account__header__fields :is(.verified dt, dt) { color: var(--color-content-fg);