mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-03-23 14:13:21 +01: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;
|
overflow: hidden;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
.timeline-deck .status-reblog .status .content {
|
.timeline-deck
|
||||||
|
.status-reblog:not(.status-carousel .status-reblog)
|
||||||
|
.status
|
||||||
|
.content {
|
||||||
/* Deprioritise long-form boosts */
|
/* Deprioritise long-form boosts */
|
||||||
max-height: 40vh;
|
max-height: 40vh;
|
||||||
max-height: 40dvh;
|
max-height: 40dvh;
|
||||||
|
|
Loading…
Add table
Reference in a new issue