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.
 
 
 
 

35 lines
777 B

.comments-timeline {
max-height: 160px;
min-width: 60%;
overflow: hidden;
-webkit-mask-image: linear-gradient(#1a1a1a,transparent);
mask-image: linear-gradient(#1a1a1a,transparent);
transform: scale(0.85);
transform-origin: 100% 0%;
margin-bottom: -32px;
margin-right:8px;
position: absolute;
z-index:9;
&:hover {
max-height: none;
-webkit-mask-image: none;
mask-image: none;
z-index:99;
background: $tc-background;
box-shadow: $primary-text-color 3.2px 3.2px 8px;
}
&:active {
max-height: none;
-webkit-mask-image: none;
mask-image: none;
background: $tc-background;
box-shadow: $primary-text-color 3.2px 3.2px 8px;
}
& .comments-timeline-2 {
margin-left:40px;
}
}
.comments-timeline__wrapper {
height: 135px;
}