Skip to content

Title bar margin issue #70

@logie-labs

Description

@logie-labs

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;
}

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions