mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-21 16:55:25 +03:00
Make boosts shorter
This commit is contained in:
parent
f1ca52d561
commit
be656d585a
1 changed files with 5 additions and 0 deletions
|
@ -215,6 +215,11 @@
|
|||
overflow: hidden;
|
||||
position: relative;
|
||||
}
|
||||
.timeline-deck .status-reblog .status .content {
|
||||
/* Deprioritise long-form boosts */
|
||||
max-height: 40vh;
|
||||
max-height: 40dvh;
|
||||
}
|
||||
.timeline-deck .status .content.truncated {
|
||||
mask-image: linear-gradient(
|
||||
to top,
|
||||
|
|
Loading…
Reference in a new issue