From 451edb1a4d1a9f2c929b947708c05ac7d8612e89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nil=C3=A9ane?= Date: Wed, 28 Feb 2024 00:59:10 +0100 Subject: [PATCH] Resetting padding around profile header banners --- TangerineUI-cherry.css | 3 +-- TangerineUI-purple.css | 3 +-- TangerineUI.css | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/TangerineUI-cherry.css b/TangerineUI-cherry.css index 4b96199..9213c95 100644 --- a/TangerineUI-cherry.css +++ b/TangerineUI-cherry.css @@ -3811,9 +3811,8 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu .app-body .account__header__image { height: 200px; background-color: var(--color-content-bg); - border-radius: 8px; border-bottom: 0; - margin: 0 10px 10px; + margin: 0; } .app-body .account__header__image img { object-position: top center; diff --git a/TangerineUI-purple.css b/TangerineUI-purple.css index 95ca548..47a0fb3 100644 --- a/TangerineUI-purple.css +++ b/TangerineUI-purple.css @@ -3811,9 +3811,8 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu .app-body .account__header__image { height: 200px; background-color: var(--color-content-bg); - border-radius: 8px; border-bottom: 0; - margin: 0 10px 10px; + margin: 0; } .app-body .account__header__image img { object-position: top center; diff --git a/TangerineUI.css b/TangerineUI.css index 00468b7..a296e9c 100644 --- a/TangerineUI.css +++ b/TangerineUI.css @@ -3811,9 +3811,8 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu .app-body .account__header__image { height: 200px; background-color: var(--color-content-bg); - border-radius: 8px; border-bottom: 0; - margin: 0 10px 10px; + margin: 0; } .app-body .account__header__image img { object-position: top center;