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

Sidebar fading #55

Open
ChillyPigeon742 opened this issue Dec 2, 2024 · 13 comments
Open

Sidebar fading #55

ChillyPigeon742 opened this issue Dec 2, 2024 · 13 comments

Comments

@ChillyPigeon742
Copy link

As of recently (might have been a discord update or from vencord I dont really know) the sidebar has been like this where it fades out. I use vencord I should add that bit of info other than that I dont really know how this happened. I also should add that it fades out only at the explore button and then after that it continues, well that's in just the normal light/dark theme. When using nitro themes the sidebar completely dissapears from the start of the explore button. Below I attached some images of this

Light Theme:
image

Dark Theme:
image

Nitro Theme (Midnight Blurple):
image

@MarkChan0225
Copy link
Owner

image
I don't experience this problem. Maybe its another theme or ur custom CSS?

@ChillyPigeon742
Copy link
Author

ChillyPigeon742 commented Dec 7, 2024

Yea so I only realized this after I posted that if you have enough servers to where the list is filled then the explore button is at the bottom as normal but if not then it will be up there and glitched looking. Also i've tried to to disable all the other themes I have and it is still the same.

@MarkChan0225
Copy link
Owner

Yup, that is a strange bug. I have posted a fix for it. However, I don't really the cause of this bug. Anyway, thanks for your report!

@ChillyPigeon742
Copy link
Author

ChillyPigeon742 commented Dec 10, 2024

No problem, also sorry to bother you like this but I have restarted my discord and the update has only just gotten rid of the fading and put the explore button on the bottom instead of just keeping the explore button there and bringing back the rounded bar. Also I have found a couple things that arent rounded. Below I attached some images of these. There is also more i just cant provide images of it since ive done all the quests but basically everything from the quest tab above your profile card on the bottom left to the pop out of quests on user profiles basically everything quests related isnt rounded.

Side Bar:
image

How the side bar should look:
image

Activity on the profile not being rounded:
image

@MarkChan0225
Copy link
Owner

MarkChan0225 commented Dec 11, 2024

.footer_d71945 {
    background: unset;
    margin-top: -8px;
}

Put this script in your customcss will fix the problem of the sidebar. I don't think I will put this into the theme becuase the look now is not bad.

@MarkChan0225
Copy link
Owner

Activity fixed

@ChillyPigeon742
Copy link
Author

Ok thanks I will try it when I am on my computer

@deadmau1
Copy link

image

Hey possible to make this rounded too??

@ChillyPigeon742
Copy link
Author

ChillyPigeon742 commented Dec 11, 2024

Ok so I have tried it and the activity is now rounded but about the custom css it only makes the explore button go up which is how it should be but the side bar below it is still gone. Also I have found other thing that isnt rounded, there is a little screen when you join a server that says start onboarding and the background around the button isnt rounded

image

image

@ChillyPigeon742
Copy link
Author

Also I should note I have tried to add a lot of servers to test and the problem is the explore button is standing seperate from the side bar when i scroll up and down the explore button stays down instead of moving in the list like it was before

image

@ahoyarou
Copy link

ahoyarou commented Dec 13, 2024

.footer_d71945 {
    background: unset;
    margin-top: 0px;
}

.scroller_fea3ef.none_c49869.scrollerBase_c49869 {
    border-radius: var(--radius) !important;
}

or

.footer_d71945 {
    background: var(--background-secondary);
    border-bottom-left-radius: var(--radius) !important;
    border-bottom-right-radius: var(--radius) !important;
    margin-top: -8px;
}

@ChillyPigeon742
Copy link
Author

ChillyPigeon742 commented Dec 14, 2024

this solves the problem a bit more but still not fully

.footer_d71945 {
    background: unset;
    margin-top: 0px;
}

.scroller_fea3ef.none_c49869.scrollerBase_c49869 {
    border-radius: var(--radius) !important;
}

or

.footer_d71945 {
    background: var(--background-secondary);
    border-bottom-left-radius: var(--radius) !important;
    border-bottom-right-radius: var(--radius) !important;
    margin-top: -8px;
}

it leaves it like this when i use this code and my server list is full:

.footer_d71945 {
background: var(--background-secondary);
border-bottom-left-radius: var(--radius) !important;
border-bottom-right-radius: var(--radius) !important;
margin-top: -8px;
}

image

the problem is the explore button still doesnt scroll in the list it stays at the bottom

and also when my server list isnt full its like this:
image

the side bar doesnt extend to the bottom

also back to what i said about the quests not being rounded here are some screenshots as i can actually provide them now

when u click on a person in the members list playing a game that has a quest:
image

the quest popout in a server when not extended:
image

when extended in a server (also notice how the channel list doesnt go up like it does with other things such as the spotify controls plugin):
image

when extended in a server and chosen platform:
image

quest poput in dms:
image

when extended in dms (same as in a server):
image

when extended in dms and chosen platform:
image

also should add that i found out the explore tab at the bottom is not rounded:
image

quest popout in explore tab (notice how the list doesnt go up at all contrary to the channel list in servers and dms):
image

when extended in explore tab:
image

when extended in explore tab and chosen platform:
image

thats basically all i could find that was glitched or not rounded

i also should add i did try the other code:

.footer_d71945 {
background: unset;
margin-top: 0px;
}

.scroller_fea3ef.none_c49869.scrollerBase_c49869 {
border-radius: var(--radius) !important;
}

but its results are the same except the explore button is not part of the side bar anymore (when my server list isnt full):
image

when my server list is full:
image

also the onboarding screen isnt rounded just adding that here again:
image

@MarkChan0225
Copy link
Owner

I don't really think I can solve your problem due to difficulty. But most of the element you said is not rounded. And the expanded quest is remain unchanged because I think it looks better now and Discord is willing it to work like this.

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

4 participants