Give status cards same treatment as media attachments
This commit is contained in:
parent
fbe540ca7f
commit
15ebf628f8
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue