From 547387ede847b8cf0d2ab40a3f4bd1f8b96e8ea2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nil=C3=A9ane?= Date: Wed, 28 Feb 2024 00:44:50 +0100 Subject: [PATCH] Tweaked profile header margins --- 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 d577583..4b96199 100644 --- a/TangerineUI-cherry.css +++ b/TangerineUI-cherry.css @@ -3813,7 +3813,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu background-color: var(--color-content-bg); border-radius: 8px; border-bottom: 0; - margin: 7px 10px 10px; + margin: 0 10px 10px; } .app-body .account__header__image img { object-position: top center; diff --git a/TangerineUI-purple.css b/TangerineUI-purple.css index 726445e..95ca548 100644 --- a/TangerineUI-purple.css +++ b/TangerineUI-purple.css @@ -3813,7 +3813,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu background-color: var(--color-content-bg); border-radius: 8px; border-bottom: 0; - margin: 7px 10px 10px; + margin: 0 10px 10px; } .app-body .account__header__image img { object-position: top center; diff --git a/TangerineUI.css b/TangerineUI.css index c3ada35..00468b7 100644 --- a/TangerineUI.css +++ b/TangerineUI.css @@ -3813,7 +3813,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu background-color: var(--color-content-bg); border-radius: 8px; border-bottom: 0; - margin: 7px 10px 10px; + margin: 0 10px 10px; } .app-body .account__header__image img { object-position: top center;