diff --git a/TangerineUI-cherry.css b/TangerineUI-cherry.css index 7eb464f..39d6628 100644 --- a/TangerineUI-cherry.css +++ b/TangerineUI-cherry.css @@ -1895,7 +1895,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), -.app-body .status > *:not(.status__info, .status__content, .status__action-bar) { +.app-body .status > *:not(.status__info, .status__content, .status__action-bar, .status__line) { max-height: 450px; width: auto; } diff --git a/TangerineUI-purple.css b/TangerineUI-purple.css index 71ddfef..cf7f1ad 100644 --- a/TangerineUI-purple.css +++ b/TangerineUI-purple.css @@ -1894,7 +1894,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), -.app-body .status > *:not(.status__info, .status__content, .status__action-bar) { +.app-body .status > *:not(.status__info, .status__content, .status__action-bar, .status__line) { max-height: 450px; width: auto; } diff --git a/TangerineUI.css b/TangerineUI.css index 9f85212..ab118ac 100644 --- a/TangerineUI.css +++ b/TangerineUI.css @@ -1894,7 +1894,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), -.app-body .status > *:not(.status__info, .status__content, .status__action-bar) { +.app-body .status > *:not(.status__info, .status__content, .status__action-bar, .status__line) { max-height: 450px; width: auto; }