From 259a32781977e3f2a4fab1ff07d39ad1af480a98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nil=C3=A9ane?= Date: Fri, 1 Dec 2023 13:45:07 +0100 Subject: [PATCH] Reduced max standalone media height to 450px --- TangerineUI-cherry.css | 2 +- TangerineUI-purple.css | 2 +- TangerineUI.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/TangerineUI-cherry.css b/TangerineUI-cherry.css index b64bdbe..5443b59 100644 --- a/TangerineUI-cherry.css +++ b/TangerineUI-cherry.css @@ -1836,7 +1836,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu } .app-body div:not(.detailed-status) > .media-gallery:has(.media-gallery__item.standalone) { - max-height: 500px; + max-height: 450px; width: auto; } diff --git a/TangerineUI-purple.css b/TangerineUI-purple.css index 0119d6e..d9cc1a4 100644 --- a/TangerineUI-purple.css +++ b/TangerineUI-purple.css @@ -1835,7 +1835,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu } .app-body div:not(.detailed-status) > .media-gallery:has(.media-gallery__item.standalone) { - max-height: 500px; + max-height: 450px; width: auto; } diff --git a/TangerineUI.css b/TangerineUI.css index a2d57ee..c0635ca 100644 --- a/TangerineUI.css +++ b/TangerineUI.css @@ -1835,7 +1835,7 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu } .app-body div:not(.detailed-status) > .media-gallery:has(.media-gallery__item.standalone) { - max-height: 500px; + max-height: 450px; width: auto; }