Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

Commit

Permalink
static guilds placement, so that it doesnt move around when changing …
Browse files Browse the repository at this point in the history
…padding

considering making a variable in the themes file
  • Loading branch information
SlippingGitty authored Jun 24, 2024
1 parent fb192ea commit 32b9567
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,13 @@ button.button_f67531 {
border: var(--bordersH) 2px solid !important;
}

/* Guilds placement */
.scroller_fea3ef {
position: fixed;
top: 20px;
left: 10px;
}

/* Guilds Mention */
.mention_c10249 {
background-color: var(--projectCabBackground2) !important;
Expand Down

0 comments on commit 32b9567

Please sign in to comment.