From 49bf201e18e04b83b08fba91a02297ae69246f5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nil=C3=A9ane?= Date: Thu, 11 Jan 2024 23:16:06 +0100 Subject: [PATCH] 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 f625f4e..cdbb842 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: -22px 0 0; - padding: 27px 0 5px; + margin: 0; + padding: 5px 0; text-align: start; position: relative; } diff --git a/TangerineUI-purple.css b/TangerineUI-purple.css index 08aeae5..c13c1cf 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: -22px 0 0; - padding: 27px 0 5px; + margin: 0; + padding: 5px 0; text-align: start; position: relative; } diff --git a/TangerineUI.css b/TangerineUI.css index f157f2d..86ccd1a 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: -22px 0 0; - padding: 27px 0 5px; + margin: 0; + padding: 5px 0; text-align: start; position: relative; }