Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

serverbar huge grey bar beneath #28

Open
Mass1milian0 opened this issue Nov 26, 2024 · 4 comments
Open

serverbar huge grey bar beneath #28

Mass1milian0 opened this issue Nov 26, 2024 · 4 comments

Comments

@Mass1milian0
Copy link

there is this gray bar, i thought it was the discover server button, so i removed it, but that wasn't it

image

@Mass1milian0
Copy link
Author

upon further inspection, i noticed that by disabling flex-direction: column; the issue gets fixed

image
image

however i disabled it for the class .itemsContainer_fe3ef which seems like an instanced class, if removed for the general class, i have no idea what implications it may have

@devgocri
Copy link

I have the same issue, but removing flex-direction: column only makes everything appear to move to the left:

image

@Mass1milian0
Copy link
Author

it's wierd, but, you are running a macos, which may interpret the css rules differently, however, the developer of this theme doesn't seem active anymore, this may be abandoned @devgocri

@TReKiE
Copy link

TReKiE commented Dec 12, 2024

Changing flex-direction didn't work for me either.

After some experimentation over the past week, this is what I ended up adding into Vencord's QuickCSS to fix the theme for me:

#app-mount > div.appAsidePanelWrapper_bd26cc > div.notAppAsidePanel_bd26cc > div.app_bd26cc > div > div.layers_d4b6c5.layers_a01fb1 > div > div > nav > ul
{
    background: linear-gradient(to left, var(--xp-window-color-1), var(--xp-window-color-1) 12%, var(--xp-window-color-2));
    box-shadow: inset 0 0 3px 2px var(--xp-window-color-1),inset -2px 0 2px 1px rgba(255,255,255,.7);
}

.footer_d71945
{
    background: unset;
}

.unreadMentionsIndicatorTop_fea3ef, .unreadMentionsIndicatorBottom_fea3ef {
    visibility: hidden;
}

.guilds_a4d4d9 .scroller_fea3ef {
    background: unset;
    box-shadow: unset;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants