diff --git a/public/s/css/f0ckm.css b/public/s/css/f0ckm.css index 40ea2ca..55020ec 100644 --- a/public/s/css/f0ckm.css +++ b/public/s/css/f0ckm.css @@ -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 {