Skip to content

Commit 9f60817

Browse files
committed
Fixed folder icons and alignment variables
1 parent d8b828c commit 9f60817

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

src/theme/_index.scss

+10-1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@
3636
margin-bottom: 0 !important;
3737
}
3838

39+
.itemsContainer_fea3ef {
40+
justify-content: var(--server-alignment);
41+
flex-direction: var(--server-direction);
42+
}
43+
3944
.scrollerBase_c49869 {
4045
padding: var(--server-spacing) 0 !important;
4146
display: flex;
@@ -117,6 +122,9 @@
117122
border-radius: 10px;
118123
height: 100%;
119124
}
125+
ul[id^='folder-items-'] {
126+
gap: var(--server-spacing) !important;
127+
}
120128

121129
.folder_bc7085 {
122130
background: transparent;
@@ -154,7 +162,8 @@
154162
}
155163

156164
// OnlineFriendCount by Zerethox
157-
.friendsOnline-2JkivWm, .friendsOnline_2JkivW {
165+
.friendsOnline-2JkivWm,
166+
.friendsOnline_2JkivW {
158167
position: absolute;
159168
transform: translate(-50%, 50%);
160169
top: calc(-50% + var(--server-spacing));

0 commit comments

Comments
 (0)