diff --git a/public/s/css/f0ckm.css b/public/s/css/f0ckm.css index e94a317..5f11640 100644 --- a/public/s/css/f0ckm.css +++ b/public/s/css/f0ckm.css @@ -13674,10 +13674,9 @@ i.iconset#a_oc { position: absolute; inset: 0; background-image: var(--author-banner, none); - background-size: var(--author-banner-size, cover); - background-position: var(--author-banner-position, center); - background-repeat: var(--author-banner-repeat, no-repeat); - opacity: var(--author-banner-opacity, 0.3); + background-size: cover; + background-position: center; + opacity: 0.3; z-index: -1; border-radius: inherit; pointer-events: none; diff --git a/public/s/js/settings.js b/public/s/js/settings.js index 26d1960..4e69ff8 100644 --- a/public/s/js/settings.js +++ b/public/s/js/settings.js @@ -696,6 +696,7 @@ a.href = `/user/${window.f0ckSession?.user}`; a.target = '_blank'; a.style.display = 'block'; + a.style.width = '100%'; const newDiv = document.createElement('div'); newDiv.id = 'banner-preview'; newDiv.className = 'banner-preview-img';