Skip to content
This repository has been archived by the owner on Apr 11, 2022. It is now read-only.

USRBG #2

Closed
dav1312 opened this issue Apr 18, 2021 · 2 comments
Closed

USRBG #2

dav1312 opened this issue Apr 18, 2021 · 2 comments

Comments

@dav1312
Copy link

dav1312 commented Apr 18, 2021

Right now the USRBG is streched to all of the user popout
image

This would look better so it's only at the top
image

Also keep in mind that BDFDB now imports the database so doing it in the theme is not necesary anymore for BetterDiscord

.userPopout-3XzG_A .header-2BwW8b {transform: translateZ(0)}
.userPopout-3XzG_A .wrapper-3t9DeA::after {
    content: "";
    position: fixed;
    top: 0 !important;
    left: 0 !important;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    opacity: .5;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: var(--user-popout-position) center;
    background-image: var(--user-background);
}
@LuckFire
Copy link
Collaborator

LuckFire commented Apr 18, 2021

i cant really seem to reproduce the issue you're having with it stretching, everything appears as normal for me so im a bit confused

all i really did in the original code was move the background left 1 pixel and change the width 1 pixel so it'd be centered, and checking on multiple users i dont really see the weird stretching you're pointing out.

EDIT: even using what you provided, everything still appears the same
EDIT2: nvm, i was being stupid for whatever reason ignore what i said above. figured out what i did wrong lol

@LuckFire
Copy link
Collaborator

this issue should be resolved now, ty for reporting it

# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants