nice
This commit is contained in:
@@ -3121,7 +3121,11 @@ body.layout-legacy .scroll-to-bottom svg {
|
|||||||
.comment::before {
|
.comment::before {
|
||||||
content: "";
|
content: "";
|
||||||
position: absolute;
|
position: absolute;
|
||||||
inset: 0;
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
right: 0;
|
||||||
|
bottom: 0;
|
||||||
|
max-height: 300px;
|
||||||
background-image: var(--author-banner, none);
|
background-image: var(--author-banner, none);
|
||||||
background-position: var(--author-banner-position, center top);
|
background-position: var(--author-banner-position, center top);
|
||||||
background-size: var(--author-banner-size, cover);
|
background-size: var(--author-banner-size, cover);
|
||||||
@@ -3130,6 +3134,8 @@ body.layout-legacy .scroll-to-bottom svg {
|
|||||||
z-index: 0;
|
z-index: 0;
|
||||||
border-radius: inherit;
|
border-radius: inherit;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
|
-webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 60%, rgba(0,0,0,0) 100%);
|
||||||
|
mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 60%, rgba(0,0,0,0) 100%);
|
||||||
}
|
}
|
||||||
|
|
||||||
.comment.deleted {
|
.comment.deleted {
|
||||||
|
|||||||
Reference in New Issue
Block a user