From ac984a2495972e4486d2c174ee3d1c30a779c980 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nile=CC=81ane?= Date: Mon, 22 Apr 2024 15:57:21 +0200 Subject: [PATCH] Post meta footer overflow fix follow-up --- TangerineUI-cherry.css | 3 ++- TangerineUI-purple.css | 3 ++- TangerineUI.css | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/TangerineUI-cherry.css b/TangerineUI-cherry.css index 16d8f95..cff37e6 100644 --- a/TangerineUI-cherry.css +++ b/TangerineUI-cherry.css @@ -2551,6 +2551,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu margin-top: 25px; padding-top: 12px; overflow: hidden; + position: relative; } .app-body .detailed-status__meta::before { position: absolute; @@ -2561,7 +2562,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu width: 30px; inset-inline-end: 0; background: linear-gradient(90deg, transparent, var(--color-post-bg)); - } +} .app-body .detailed-status__meta__line { border-top: 0; border-bottom: 0; diff --git a/TangerineUI-purple.css b/TangerineUI-purple.css index 3eb6b4e..d20f10c 100644 --- a/TangerineUI-purple.css +++ b/TangerineUI-purple.css @@ -2551,6 +2551,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu margin-top: 25px; padding-top: 12px; overflow: hidden; + position: relative; } .app-body .detailed-status__meta::before { position: absolute; @@ -2561,7 +2562,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu width: 30px; inset-inline-end: 0; background: linear-gradient(90deg, transparent, var(--color-post-bg)); - } +} .app-body .detailed-status__meta__line { border-top: 0; border-bottom: 0; diff --git a/TangerineUI.css b/TangerineUI.css index 4b32e28..54aff24 100644 --- a/TangerineUI.css +++ b/TangerineUI.css @@ -2551,6 +2551,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu margin-top: 25px; padding-top: 12px; overflow: hidden; + position: relative; } .app-body .detailed-status__meta::before { position: absolute; @@ -2561,7 +2562,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu width: 30px; inset-inline-end: 0; background: linear-gradient(90deg, transparent, var(--color-post-bg)); - } +} .app-body .detailed-status__meta__line { border-top: 0; border-bottom: 0;