闭社主体 forked from https://github.com/tootsuite/mastodon
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

20 lines
415 B

.comments_timeline {
max-height: 160px;
overflow: hidden;
-webkit-mask-image: linear-gradient(#1a1a1a,transparent);
mask-image: linear-gradient(#1a1a1a,transparent);
transform: scale(0.85);
transform-origin: 80% 0%;
margin-bottom: -32px;
&:hover {
max-height: 420px;
-webkit-mask-image: none;
mask-image: none;
}
&:active {
max-height: 420px;
-webkit-mask-image: none;
mask-image: none;
}
}