Skip to content

Instantly share code, notes, and snippets.

@surajmandalcell
Last active November 30, 2024 13:26
Show Gist options
  • Save surajmandalcell/9db533617f29c21a4a125ef3ac99280a to your computer and use it in GitHub Desktop.
Save surajmandalcell/9db533617f29c21a4a125ef3ac99280a to your computer and use it in GitHub Desktop.
My better discord custom css for cluttred sidebar.
[class^="expandedFolderIconWrapper"]{
box-sizing: border-box;
border: 1.5px dashed red;
background-color: aliceblue;
border-top-left-radius: 6px !important;
border-top-right-radius: 6px !important;
}
[class^="wrapper"][role="treeitem"], [class^="closedFolderIconWrapper"]{
filter: grayscale(0.75) brightness(0.65) contrast(1.2) opacity(0.5);
}
[class^="expandedFolderBackground"]{
background-color: aliceblue;
filter: contrast(2) brightness(0.16);
margin-left: -4px;
margin-bottom: -4px;
padding-left: 8px;
border-radius: 6px !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment