Skip to content

Commit

Permalink
add server selected marker change (thanks Denmayz)
Browse files Browse the repository at this point in the history
  • Loading branch information
refact0r committed Jun 19, 2024
1 parent 7bf12b8 commit 44e063c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions midnight.css
Original file line number Diff line number Diff line change
Expand Up @@ -754,6 +754,13 @@ button.button_dd4f85 /* small buttons */,
border-right-color: transparent !important;
}

/* server selected marker */
.item_fd07a3 {
width: 4px;
border-radius: 4px;
margin-left: 4px;
}

/* horizontal server list fix */
#app-mount .app_bd26cc .base_a4d4d9 {
top: calc(var(--server-container) + var(--spacing)) !important;
Expand Down

0 comments on commit 44e063c

Please sign in to comment.