|
|
@ -1,28 +1,29 @@ |
|
|
|
.comments_timeline { |
|
|
|
height: 160px; |
|
|
|
.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; |
|
|
|
position: relative; |
|
|
|
z-index:99; |
|
|
|
position: absolute; |
|
|
|
z-index:9; |
|
|
|
&:hover { |
|
|
|
overflow: visible; |
|
|
|
max-height: none; |
|
|
|
-webkit-mask-image: none; |
|
|
|
mask-image: none; |
|
|
|
> div { |
|
|
|
background: lighten($ui-base-color, 5%); |
|
|
|
} |
|
|
|
z-index:99; |
|
|
|
background: $tc-background; |
|
|
|
} |
|
|
|
&:active { |
|
|
|
overflow: visible; |
|
|
|
max-height: none; |
|
|
|
-webkit-mask-image: none; |
|
|
|
mask-image: none; |
|
|
|
> div { |
|
|
|
background: lighten($ui-base-color, 5%); |
|
|
|
} |
|
|
|
background: $tc-background; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.comments-timeline__wrapper { |
|
|
|
height: 135px; |
|
|
|
} |