Give status cards same treatment as media attachments

This commit is contained in:
Lim Chee Aun 2024-06-14 18:13:59 +08:00
parent fbe540ca7f
commit 15ebf628f8

View file

@ -791,6 +791,10 @@
max-height: 50vh;
overflow: clip;
position: relative;
&:has(.status-card):not(:has(+ .media-container)) {
max-height: 80vh;
}
}
.timeline-deck
.status-reblog:not(.status-carousel .status-reblog)