css snippet to remove the annoying discord titlebar because it looks stupid
put this into the QuickCSS on vesktop/vencord (or whatever you're using):
.bar_c38106 {
display: none;
}
:root {
--custom-app-top-bar-height: 0px;
}
div.c38106a3f0c3ca76-trailing
{
display: none;
}
nav.wrapper_ef3116
{
padding-top: 12px;
}
