From 43afce6d33d6ec861cec04af2e4a78c15740e94c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nil=C3=A9ane?= Date: Sun, 26 Nov 2023 14:14:25 +0100 Subject: [PATCH] Tweaked appearance of the expanded story in the Explore tab --- TangerineUI-cherry.css | 5 ++--- TangerineUI-purple.css | 5 ++--- TangerineUI.css | 5 ++--- 3 files changed, 6 insertions(+), 9 deletions(-) diff --git a/TangerineUI-cherry.css b/TangerineUI-cherry.css index 87adc98..2c5c2f2 100644 --- a/TangerineUI-cherry.css +++ b/TangerineUI-cherry.css @@ -3064,9 +3064,8 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu margin: 0 0 -25px; } .app-body .story.expanded .story__thumbnail img { - width: calc(100% + 30px); - margin: -15px -15px 0 -15px; - border-radius: 0 0 0 0; + margin: 0 0 30px; + border-radius: 8px; } /* 🔍 Search field and search results */ diff --git a/TangerineUI-purple.css b/TangerineUI-purple.css index 0ed9b14..26214b7 100644 --- a/TangerineUI-purple.css +++ b/TangerineUI-purple.css @@ -3064,9 +3064,8 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu margin: 0 0 -25px; } .app-body .story.expanded .story__thumbnail img { - width: calc(100% + 30px); - margin: -15px -15px 0 -15px; - border-radius: 0 0 0 0; + margin: 0 0 30px; + border-radius: 8px; } /* 🔍 Search field and search results */ diff --git a/TangerineUI.css b/TangerineUI.css index c7176ec..14acdf7 100644 --- a/TangerineUI.css +++ b/TangerineUI.css @@ -3064,9 +3064,8 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu margin: 0 0 -25px; } .app-body .story.expanded .story__thumbnail img { - width: calc(100% + 30px); - margin: -15px -15px 0 -15px; - border-radius: 0 0 0 0; + margin: 0 0 30px; + border-radius: 8px; } /* 🔍 Search field and search results */