Created
July 9, 2026 22:37
-
-
Save yutsuku/15b0797ff3b248c50c7cb11919687292 to your computer and use it in GitHub Desktop.
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
| /** | |
| * @name No Title Bar | |
| * @author moh | |
| * @description Hides Discord's custom Title bar. Should be used when you have native titlebar enabled by other mods. | |
| * @version 2026.07.10 | |
| * | |
| */ | |
| :root | |
| { | |
| --custom-app-top-bar-height: 0 !important; | |
| } | |
| .bar_c38106[data-window-chrome="true"] | |
| { | |
| display: none !important; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment