Skip to content

Instantly share code, notes, and snippets.

@yutsuku
Created July 9, 2026 22:37
Show Gist options
  • Select an option

  • Save yutsuku/15b0797ff3b248c50c7cb11919687292 to your computer and use it in GitHub Desktop.

Select an option

Save yutsuku/15b0797ff3b248c50c7cb11919687292 to your computer and use it in GitHub Desktop.
/**
* @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