I've had to change the CSS so I can drag around my window properly because before the top 4px where margin instead of padding, this breaks the user-drag for electron.
@import url("https://KillYoy.github.io/DiscordNight/DiscordNight.css");
.titleBar__421ed {
margin: 0 !important;
padding-top: 4px !important;
}

I've had to change the CSS so I can drag around my window properly because before the top 4px where margin instead of padding, this breaks the user-drag for electron.