From b14ec082565bbcedac382b1b687d9be70f62ec68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nil=C3=A9ane?= Date: Thu, 11 Jan 2024 23:19:44 +0100 Subject: [PATCH] Revert: Reduced CW hitbox --- TangerineUI-cherry.css | 4 ++-- TangerineUI-purple.css | 4 ++-- TangerineUI.css | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/TangerineUI-cherry.css b/TangerineUI-cherry.css index cdbb842..f625f4e 100644 --- a/TangerineUI-cherry.css +++ b/TangerineUI-cherry.css @@ -2458,8 +2458,8 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu .app-body :is(.reply-indicator__content, .status__content) .status__content__spoiler-link { background-color: transparent; width: 100%; - margin: 0; - padding: 5px 0; + margin: -22px 0 0; + padding: 27px 0 5px; text-align: start; position: relative; } diff --git a/TangerineUI-purple.css b/TangerineUI-purple.css index c13c1cf..08aeae5 100644 --- a/TangerineUI-purple.css +++ b/TangerineUI-purple.css @@ -2458,8 +2458,8 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu .app-body :is(.reply-indicator__content, .status__content) .status__content__spoiler-link { background-color: transparent; width: 100%; - margin: 0; - padding: 5px 0; + margin: -22px 0 0; + padding: 27px 0 5px; text-align: start; position: relative; } diff --git a/TangerineUI.css b/TangerineUI.css index 86ccd1a..f157f2d 100644 --- a/TangerineUI.css +++ b/TangerineUI.css @@ -2458,8 +2458,8 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu .app-body :is(.reply-indicator__content, .status__content) .status__content__spoiler-link { background-color: transparent; width: 100%; - margin: 0; - padding: 5px 0; + margin: -22px 0 0; + padding: 27px 0 5px; text-align: start; position: relative; }