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