Give status cards same treatment as media attachments
This commit is contained in:
parent
fbe540ca7f
commit
15ebf628f8
1 changed files with 4 additions and 0 deletions
|
@ -791,6 +791,10 @@
|
||||||
max-height: 50vh;
|
max-height: 50vh;
|
||||||
overflow: clip;
|
overflow: clip;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
|
&:has(.status-card):not(:has(+ .media-container)) {
|
||||||
|
max-height: 80vh;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.timeline-deck
|
.timeline-deck
|
||||||
.status-reblog:not(.status-carousel .status-reblog)
|
.status-reblog:not(.status-carousel .status-reblog)
|
||||||
|
|
Loading…
Add table
Reference in a new issue