From 94f4f53cf6503f4dc22ef16ff9c9fa38ec89ec74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nil=C3=A9ane?= Date: Fri, 24 Nov 2023 17:53:37 +0100 Subject: [PATCH] Adjusted margins on expanded link in Explore tab --- TangerineUI-cherry.css | 4 ++++ TangerineUI-purple.css | 4 ++++ TangerineUI.css | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/TangerineUI-cherry.css b/TangerineUI-cherry.css index 7d7cb2c..4b70d6f 100644 --- a/TangerineUI-cherry.css +++ b/TangerineUI-cherry.css @@ -3040,6 +3040,10 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu .app-body .story:is(:active, :focus, :hover) :is(.story__details__publisher, .story__details__shared) { color: var(--color-accent); } +.app-body .story.expanded { + gap: 10px; + padding-bottom: 20px; +} .app-body .story.expanded .story__thumbnail { margin: 0 0 -25px; } diff --git a/TangerineUI-purple.css b/TangerineUI-purple.css index 030a795..ce9b5f0 100644 --- a/TangerineUI-purple.css +++ b/TangerineUI-purple.css @@ -3040,6 +3040,10 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu .app-body .story:is(:active, :focus, :hover) :is(.story__details__publisher, .story__details__shared) { color: var(--color-accent); } +.app-body .story.expanded { + gap: 10px; + padding-bottom: 20px; +} .app-body .story.expanded .story__thumbnail { margin: 0 0 -25px; } diff --git a/TangerineUI.css b/TangerineUI.css index 4b75f68..e019e48 100644 --- a/TangerineUI.css +++ b/TangerineUI.css @@ -3040,6 +3040,10 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu .app-body .story:is(:active, :focus, :hover) :is(.story__details__publisher, .story__details__shared) { color: var(--color-accent); } +.app-body .story.expanded { + gap: 10px; + padding-bottom: 20px; +} .app-body .story.expanded .story__thumbnail { margin: 0 0 -25px; }