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

[Float Bug] sidebar-hover-width & members-hover-width changes are not apply #27

Open
Cathesth opened this issue Jul 24, 2023 · 2 comments

Comments

@Cathesth
Copy link

Cathesth commented Jul 24, 2023

:root {
/* Guildlist */
--guildicon-size: 48;
--enable-if-using-favorites-experiment: 0; /* boolean */
--guildlist-collapse: 0; /* boolean */
/* Channel sidebar */
--slide-window-on-hover: 1; /* boolean */
--float-sidebar-width: 48;
--sidebar-hover-width: 240px;
--sidebar-hover-delay: 0.2s;
--sidebar-transition-duration: 0.4s;
--sidebar-window-gap: 8px;
--sidebar-border-radius: 8px;
--sidebar-usersettings-width: 66px;
/* Memberlist */
--float-members-width: 65px;
--members-hover-width: 240px;
--members-hover-delay: 1.5s;
--members-transition-duration: 0.4s;

Changing the value at this point does not apply

I think it's because of this part

@import url(https://maendisease.github.io/BetterDiscordStuff/css/bearableInbox.css);
@import url(https://maendisease.github.io/BetterDiscordStuff/css/bettterInvites.css);
@import url(https://maendisease.github.io/BetterDiscordStuff/css/ChannelDms.css);
:root {
--guildicon-size: 48;
--enable-if-using-favorites-experiment: 0;
--guildlist-collapse: 0;
--slide-window-on-hover: 1;
--float-sidebar-width: 48;
--sidebar-hover-width: 240px;
--sidebar-hover-delay: 0.2s;
--sidebar-transition-duration: 0.4s;
--sidebar-window-gap: 8px;
--sidebar-border-radius: 8px;
--sidebar-usersettings-width: 66px;
--float-members-width: 65px;
--members-hover-width: 240px;
--members-hover-delay: 1.5s;
--members-transition-duration: 0.4s;

The above part is a link to github.io , so I can't modify it

Is there a way to solve it?

@maenDisease
Copy link
Owner

Are you using betterdiscord

@Cathesth
Copy link
Author

Yes, I'm using it

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

2 participants