mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-19 19:37:01 -04:00
BetterFolders: Fix for visual refresh (#3314)
This commit is contained in:
parent
094a7852b1
commit
9d2f2460e1
3 changed files with 32 additions and 6 deletions
|
@ -45,7 +45,8 @@ export default ErrorBoundary.wrap(guildsBarProps => {
|
|||
// Also display flex otherwise to fix scrolling
|
||||
const barStyle = {
|
||||
display: isFullscreen ? "none" : "flex",
|
||||
} as CSSProperties;
|
||||
gridArea: "betterFoldersSidebar"
|
||||
} satisfies CSSProperties;
|
||||
|
||||
if (!guilds || !settings.store.sidebarAnim) {
|
||||
return visible
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue