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; }