diff --git a/TangerineUI-cherry.css b/TangerineUI-cherry.css index 8faf7b6..2143f52 100644 --- a/TangerineUI-cherry.css +++ b/TangerineUI-cherry.css @@ -1835,6 +1835,11 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu border: 1px solid var(--color-lines); } +.app-body div:not(.detailed-status) > .media-gallery:has(.media-gallery__item.standalone) { + max-height: 500px; + width: auto; +} + /* 📊 Polls */ .app-body .poll__chart, .app-body .muted .poll__chart.leading { @@ -1898,7 +1903,6 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu } - /* Empty columns */ .app-body .empty-column-indicator { background-color: var(--color-content-secondary-bg); diff --git a/TangerineUI-purple.css b/TangerineUI-purple.css index 5a54599..20126a4 100644 --- a/TangerineUI-purple.css +++ b/TangerineUI-purple.css @@ -1834,6 +1834,11 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu border: 1px solid var(--color-lines); } +.app-body div:not(.detailed-status) > .media-gallery:has(.media-gallery__item.standalone) { + max-height: 500px; + width: auto; +} + /* 📊 Polls */ .app-body .poll__chart, .app-body .muted .poll__chart.leading { @@ -1897,7 +1902,6 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu } - /* Empty columns */ .app-body .empty-column-indicator { background-color: var(--color-content-secondary-bg); diff --git a/TangerineUI.css b/TangerineUI.css index c1d23b3..37706de 100644 --- a/TangerineUI.css +++ b/TangerineUI.css @@ -1834,6 +1834,11 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu border: 1px solid var(--color-lines); } +.app-body div:not(.detailed-status) > .media-gallery:has(.media-gallery__item.standalone) { + max-height: 500px; + width: auto; +} + /* 📊 Polls */ .app-body .poll__chart, .app-body .muted .poll__chart.leading { @@ -1897,7 +1902,6 @@ div[tabindex="-1"] + div[tabindex="-1"] > .status__wrapper > .status-reply.statu } - /* Empty columns */ .app-body .empty-column-indicator { background-color: var(--color-content-secondary-bg);