Skip to content

Commit

Permalink
window control block fix
Browse files Browse the repository at this point in the history
refact0r committed Nov 11, 2023
1 parent 42d3705 commit 52c90f9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions midnight.css
Original file line number Diff line number Diff line change
@@ -346,10 +346,12 @@ a[href="https://support.discord.com"] /* hide help */
color: var(--text-5);
}

/* window controls */
/* top bar height */
[class^='typeWindows'] {
height: 20px;
height: var(--spacing) + 8px;
}

/* window controls */
[class^='winButton'] > svg {
display: none;
}

0 comments on commit 52c90f9

Please sign in to comment.