This commit is contained in:
2026-08-19 21:53:34 +02:00
parent 0b2ece9447
commit d6e273a065

View File

@@ -3121,7 +3121,11 @@ body.layout-legacy .scroll-to-bottom svg {
.comment::before {
content: "";
position: absolute;
inset: 0;
top: 0;
left: 0;
right: 0;
bottom: 0;
max-height: 300px;
background-image: var(--author-banner, none);
background-position: var(--author-banner-position, center top);
background-size: var(--author-banner-size, cover);
@@ -3130,6 +3134,8 @@ body.layout-legacy .scroll-to-bottom svg {
z-index: 0;
border-radius: inherit;
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 {