Further extend quote post dimensions

This commit is contained in:
Lim Chee Aun 2024-06-22 17:48:14 +08:00
parent f4a4913889
commit 7f5f01b118

View file

@ -215,7 +215,7 @@
}
.status-card:not(.status-carousel .status)
:is(.content, .poll, .media-container) {
max-height: 160px !important;
max-height: max(160px, 33vh) !important;
overflow: hidden;
}
.status.small:not(.status-carousel .status, .status.large .status)