-
-
Notifications
You must be signed in to change notification settings - Fork 129
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
Comments
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 |
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
there is this gray bar, i thought it was the discover server button, so i removed it, but that wasn't it
The text was updated successfully, but these errors were encountered: