diff --git a/TangerineUI-cherry.css b/TangerineUI-cherry.css index bed8ef3..8cd050b 100644 --- a/TangerineUI-cherry.css +++ b/TangerineUI-cherry.css @@ -2713,7 +2713,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, .status__line) { +.app-body .status > *:not(.status__info, .status__content, .status__action-bar, .status__line, .status-card) { max-height: 450px; width: auto; } diff --git a/TangerineUI-purple.css b/TangerineUI-purple.css index 8926cd3..c9b4392 100644 --- a/TangerineUI-purple.css +++ b/TangerineUI-purple.css @@ -2713,7 +2713,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, .status__line) { +.app-body .status > *:not(.status__info, .status__content, .status__action-bar, .status__line, .status-card) { max-height: 450px; width: auto; } diff --git a/TangerineUI.css b/TangerineUI.css index 17f5671..96a75b2 100644 --- a/TangerineUI.css +++ b/TangerineUI.css @@ -2713,7 +2713,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, .status__line) { +.app-body .status > *:not(.status__info, .status__content, .status__action-bar, .status__line, .status-card) { max-height: 450px; width: auto; }