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

Members sidebar shifted when using ServerFolders #93

Open
maicol07 opened this issue May 12, 2023 · 1 comment
Open

Members sidebar shifted when using ServerFolders #93

maicol07 opened this issue May 12, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@maicol07
Copy link
Contributor

Describe the bug

When ServerFolders and you open a folder in a new column, the right sidebar shifts over the window edge. This behaviour is not present in the default Discord theme.

To Reproduce

  1. Install Fluent and ServerFolders
  2. Ensure the "Move the servers from opened folder in an extra column" setting is enabled in ServerFolders settings.
  3. Make a server folder and see bug

Screenshots

Fluent Discord Default
Folder closed image image
Folder opened image image

Infomation (please complete the following information)

Discord channel: PTB
OS: Windows
Mod: BetterDiscord
Discord language: Italian

@maicol07 maicol07 added the bug Something isn't working label May 12, 2023
@maicol07
Copy link
Contributor Author

maicol07 commented Jun 21, 2023

Temporary fix:

.content-Pph8t6:not(.closed-j55_T-) + .base-2jDfDU .content-1SgpWY {
    width: calc(100vw - var(--server-container) - var(--server-container));
}

.content-1SgpWY {
    transition: width 0.25s cubic-bezier(.44,1.04,1,1.01) !important;
}

New fix for Equicord BetterFolders:

nav.wrapper__216eb.guilds__2b93a + div:has(> nav) + .base_c0676e .content__76dcf {
    width: calc(100vw - var(--server-container) - var(--server-container));
}

.content__76dcf {
    transition: width 0.1s cubic-bezier(.44,1.04,1,1.01) !important;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant