Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save DexrnZacAttack/3d66099762af33374f764e8a4919fa80 to your computer and use it in GitHub Desktop.
Save DexrnZacAttack/3d66099762af33374f764e8a4919fa80 to your computer and use it in GitHub Desktop.
/* https://gist.github.com/DexrnZacAttack/3d66099762af33374f764e8a4919fa80/
* Modified version of T1ckbase/remove-discord-new-theme-titlebar.css to add support for the ChannelTabs plugin
* that was recently added to Equicord. (at the time of writing this)
*/
:root {
--custom-app-top-bar-height: 4px;
}
div[class*="container"] div[class*="bar"] > [class*="title"] {
display: none;
}
div[class*="container"] div[class*="bar"] > [class*="trailing"] {
position: fixed;
right: 0;
top: var(--custom-app-top-bar-height);
z-index: 1000;
gap: 0;
}
div[class*="container"] div[class*="bar"] div[class*="winButton"] {
min-height: 46px;
min-width: 36px;
gap: 0;
}
div[class*="winButtonsWithDivider"]::before {
content: none;
}
div[class*="content"] > div[class*="page"] div[class*="chat"] > div[class*="subtitleContainer"] > section[class*="container"] {
padding-right: 170px;
}
div[class*="vc-channeltabs-tab-container"] {
max-width: 95%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment