From 066ea0ea6fd7969021e01d9c956a35eff03ec9c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nil=C3=A9ane?= Date: Fri, 8 Dec 2023 14:00:05 +0100 Subject: [PATCH] Tweaked positioning and size of the verified badge in profile bio --- TangerineUI-cherry.css | 2 +- TangerineUI-purple.css | 2 +- TangerineUI.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/TangerineUI-cherry.css b/TangerineUI-cherry.css index 8943df5..c72e29d 100644 --- a/TangerineUI-cherry.css +++ b/TangerineUI-cherry.css @@ -2936,7 +2936,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu } .app-body .account__header__extra .account__header__fields .verified__mark { float: left; - margin-left: -1px; + transform: scale(1.1); } .app-body .account__header__bio .account__header__fields .verified:last-child { border-bottom: 0; diff --git a/TangerineUI-purple.css b/TangerineUI-purple.css index 4a203b6..f1d60df 100644 --- a/TangerineUI-purple.css +++ b/TangerineUI-purple.css @@ -2935,7 +2935,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu } .app-body .account__header__extra .account__header__fields .verified__mark { float: left; - margin-left: -1px; + transform: scale(1.1); } .app-body .account__header__bio .account__header__fields .verified:last-child { border-bottom: 0; diff --git a/TangerineUI.css b/TangerineUI.css index 5d99c93..7ee8823 100644 --- a/TangerineUI.css +++ b/TangerineUI.css @@ -2935,7 +2935,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu } .app-body .account__header__extra .account__header__fields .verified__mark { float: left; - margin-left: -1px; + transform: scale(1.1); } .app-body .account__header__bio .account__header__fields .verified:last-child { border-bottom: 0;