mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-23 01:35:38 +03:00
Stretch the content for boosts in boosts carousel
This commit is contained in:
parent
6755626259
commit
d64a363d60
1 changed files with 4 additions and 1 deletions
|
@ -483,7 +483,10 @@
|
|||
overflow: hidden;
|
||||
position: relative;
|
||||
}
|
||||
.timeline-deck .status-reblog .status .content {
|
||||
.timeline-deck
|
||||
.status-reblog:not(.status-carousel .status-reblog)
|
||||
.status
|
||||
.content {
|
||||
/* Deprioritise long-form boosts */
|
||||
max-height: 40vh;
|
||||
max-height: 40dvh;
|
||||
|
|
Loading…
Reference in a new issue