Skip to content

Commit

Permalink
deploy: 9f60817
Browse files Browse the repository at this point in the history
  • Loading branch information
Gibbu committed Dec 13, 2024
1 parent 31d85df commit 5c6b993
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion dist/HorizontalServerList.css
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@
#app-mount .guilds_a4d4d9 > [data-list-id=guildsnav] {
margin-bottom: 0 !important;
}
#app-mount .guilds_a4d4d9 .itemsContainer_fea3ef {
justify-content: var(--server-alignment);
flex-direction: var(--server-direction);
}
#app-mount .guilds_a4d4d9 .scrollerBase_c49869 {
padding: var(--server-spacing) 0 !important;
display: flex;
Expand Down Expand Up @@ -248,6 +252,9 @@
border-radius: 10px;
height: 100%;
}
#app-mount .guilds_a4d4d9 ul[id^=folder-items-] {
gap: var(--server-spacing) !important;
}
#app-mount .guilds_a4d4d9 .folder_bc7085 {
background: transparent;
}
Expand Down Expand Up @@ -278,7 +285,8 @@
left: 13px;
z-index: 1;
}
#app-mount .friendsOnline-2JkivWm, #app-mount .friendsOnline_2JkivW {
#app-mount .friendsOnline-2JkivWm,
#app-mount .friendsOnline_2JkivW {
position: absolute;
transform: translate(-50%, 50%);
top: calc(-50% + var(--server-spacing));
Expand Down

0 comments on commit 5c6b993

Please sign in to comment.