This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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"] { |