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;