Skip to content

Commit

Permalink
fix server bar top margin when no discord titlebar
Browse files Browse the repository at this point in the history
  • Loading branch information
refact0r committed Oct 31, 2023
1 parent 35b301d commit e1786db
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions midnight.css
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,9 @@
.selected__0b1ad .header__104ca, .clickable__2d589 .header__104ca:hover /* server name hover */ {
background: var(--message-hover);
}
.activeButtonChild__6e162 {
color: var(--accent-2);
}
.container_ca50b9 /* user panel button strikethroughs */,
.numberBadge__50328 /* unread number badge */,
.toolbar__88c63 /* toolbar button strikethroughs */ {
Expand Down Expand Up @@ -279,10 +282,10 @@ a[href="https://support.discord.com"] /* hide help */
}

/* extra top margin for macos and custom clients */
.base__3e6af {
.container__037ed {
margin-top: var(--spacing);
}
.platform-win .base__3e6af {
.platform-win .container__037ed {
margin-top: 0;
}

Expand Down Expand Up @@ -702,6 +705,7 @@ div[class^='winButtonMinMax']:nth-child(4)::after {
--search-popout-option-fade: none;
--search-popout-option-fade-hover: none;

--brand-430: var(--accent-3);
--brand-500: var(--accent-3);
--brand-560: var(--accent-4);
--brand-600: var(--accent-5);
Expand Down

0 comments on commit e1786db

Please sign in to comment.