Skip to content

Commit

Permalink
Fixed voice channel status margin
Browse files Browse the repository at this point in the history
  • Loading branch information
KillYoy committed Apr 7, 2024
1 parent 9718150 commit 66f1f98
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion DiscordNight.css
Original file line number Diff line number Diff line change
Expand Up @@ -756,9 +756,13 @@
}

/* Set a Channel Status */
.sidebar_e031be .wrapper__612a5 .link_ddbb36 .linkTop_c8969d+.linkBottom__942a1 .subtitle_eb6026 {
color: var(--channels-default) !important;
}
.sidebar_e031be .wrapper__612a5 .link_ddbb36 .linkTop_c8969d+.linkBottom__942a1 .subtitle_eb6026,
.sidebar_e031be .wrapper__612a5 [aria-label*="(Stage channel)" i] .linkTop_c8969d+.linkBottom__942a1 .subtitle_eb6026 {
margin-top: -10px;
margin-top: -4px;
margin-bottom: -6px;
}
/* Set a Channel Status: Emoji */
.sidebar_e031be .wrapper__612a5 .link_ddbb36 .linkTop_c8969d+.linkBottom__942a1 .subtitle_eb6026 .emoji {
Expand Down

0 comments on commit 66f1f98

Please sign in to comment.