Skip to content

Commit 21350d1

Browse files
committed
Update ServerColumns.css
1 parent 9e83d15 commit 21350d1

File tree

1 file changed

+13
-17
lines changed

1 file changed

+13
-17
lines changed

Themes/ServerColumns/ServerColumns.css

Lines changed: 13 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,21 @@ body.folderContentIsOpen_zz6FgW .titleBar__421ed.typeMacOS__421ed .macButtons__4
7272
.wrapper_ef3116 #server-search .pill-3YxEhL {
7373
display: none;
7474
}
75-
.wrapper_ef3116 .listItem__650eb:first-child .listItemWrapper_dfb2f8, /* home */
76-
.wrapper_ef3116 .listItem__650eb .pill__66ac8 ~ div:not([className]) { /* fav */
75+
.wrapper_ef3116 .listItem__650eb:first-child .listItemWrapper__91816, /* home */
76+
.wrapper_ef3116 .listItem__650eb .pill__66ac8 ~ div:not([className]), /* fav */
77+
.wrapper_ef3116 .listItem__650eb .tutorialContainer__650eb .listItemWrapper__91816 { /* add server */
7778
margin: 0 calc(1px * (((var(--guildsize_v) + 12 * var(--guildsize_v)/50) * (var(--columns_v) - 1))/2)) calc(1px * var(--guildgap_v)) calc(1px * ((((var(--guildsize_v) + 12 * var(--guildsize_v)/50) * (var(--columns_v) - 1))/2))) !important;
7879
}
79-
.wrapper_ef3116 .listItem__650eb:first-child .pill_ed9a5f ~ .listItemWrapper_dfb2f8 {
80+
.wrapper_ef3116 .tutorialContainer__650eb:nth-last-child(2) .listItem__650eb{
81+
margin-top: 8px !important;
82+
margin-bottom: 8px !important;
83+
}
84+
.wrapper_ef3116 .gradient__214dc {
85+
position: fixed !important;
86+
width: calc(1px * (var(--guildsize_v) * var(--columns_v) + 20 * (var(--guildsize_v)/50) + 14 * (var(--guildsize_v)/50) * (var(--columns_v) - 1))) !important;
87+
top: calc(100% - 16px) !important;
88+
}
89+
.wrapper_ef3116 .listItem__650eb:first-child .pill_ed9a5f ~ .listItemWrapper__91816 {
8090
margin: 0 calc(1px * ((((var(--guildsize_v) + 12 * var(--guildsize_v)/50) * (var(--columns_v) - 1))/2) * (1 - var(--aligndms_v)))) 0 calc(1px * (((0 * var(--aligndms_v)) + ((((var(--guildsize_v) + 12 * var(--guildsize_v)/50) * (var(--columns_v) - 1))/2) * (1 - var(--aligndms_v)))))) !important;
8191
}
8292
.wrapper_ef3116 .blobContainer_e5445c,
@@ -132,12 +142,6 @@ body.folderContentIsOpen_zz6FgW .titleBar__421ed.typeMacOS__421ed .macButtons__4
132142
margin: calc(1px * (var(--guildsize_v)/10)) 0 !important;
133143
display: block !important;
134144
}
135-
.wrapper_ef3116 [role=tree] ~ .listItem__650eb .listItemWrapper_dfb2f8,
136-
.wrapper_ef3116 [role=tree] ~ * .listItem__650eb .listItemWrapper_dfb2f8,
137-
.wrapper_ef3116 .listItem__650eb + div[aria-label]:not([class]) ~ .listItem__650eb .listItemWrapper_dfb2f8,
138-
.wrapper_ef3116 .listItem__650eb + div[aria-label]:not([class]) ~ * .listItem__650eb .listItemWrapper_dfb2f8 {
139-
margin: 0 !important;
140-
}
141145
.wrapper_ef3116 .guildsError__32e67 {
142146
height: calc(1px * var(--guildsize_v)) !important;
143147
width: calc(1px * var(--guildsize_v)) !important;
@@ -204,14 +208,6 @@ body.folderContentIsOpen_zz6FgW .titleBar__421ed.typeMacOS__421ed .macButtons__4
204208
left: 0 !important;
205209
margin-bottom: 0 !important;
206210
}
207-
.wrapper_ef3116 .tutorialContainer__650eb:nth-last-child(2) .listItem__650eb{
208-
margin-bottom: 8px !important;
209-
}
210-
.wrapper_ef3116 .gradient__214dc {
211-
position: fixed !important;
212-
width: calc(1px * (var(--guildsize_v) * var(--columns_v) + 20 * (var(--guildsize_v)/50) + 14 * (var(--guildsize_v)/50) * (var(--columns_v) - 1))) !important;
213-
top: calc(100% - 16px) !important;
214-
}
215211

216212
/* SERVERFOLDERS */
217213

0 commit comments

Comments
 (0)