ficket euch
This commit is contained in:
@@ -13674,10 +13674,9 @@ i.iconset#a_oc {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
inset: 0;
|
inset: 0;
|
||||||
background-image: var(--author-banner, none);
|
background-image: var(--author-banner, none);
|
||||||
background-size: var(--author-banner-size, cover);
|
background-size: cover;
|
||||||
background-position: var(--author-banner-position, center);
|
background-position: center;
|
||||||
background-repeat: var(--author-banner-repeat, no-repeat);
|
opacity: 0.3;
|
||||||
opacity: var(--author-banner-opacity, 0.3);
|
|
||||||
z-index: -1;
|
z-index: -1;
|
||||||
border-radius: inherit;
|
border-radius: inherit;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
|
|||||||
@@ -696,6 +696,7 @@
|
|||||||
a.href = `/user/${window.f0ckSession?.user}`;
|
a.href = `/user/${window.f0ckSession?.user}`;
|
||||||
a.target = '_blank';
|
a.target = '_blank';
|
||||||
a.style.display = 'block';
|
a.style.display = 'block';
|
||||||
|
a.style.width = '100%';
|
||||||
const newDiv = document.createElement('div');
|
const newDiv = document.createElement('div');
|
||||||
newDiv.id = 'banner-preview';
|
newDiv.id = 'banner-preview';
|
||||||
newDiv.className = 'banner-preview-img';
|
newDiv.className = 'banner-preview-img';
|
||||||
|
|||||||
Reference in New Issue
Block a user