Skip to content

Commit 804edcf

Browse files
committed
Deploying to gh-pages from @ f9c0940 🚀
1 parent 4898867 commit 804edcf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

discord/themes/redesign/import.css

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
}
2121

2222
:root {
23-
--space: 12px;
23+
--space: 10px;
2424
--border-radius: 1rem;
2525
--header: 48px;
2626
--header-thumbnail: calc(135px + var(--header));
@@ -172,7 +172,7 @@ html {
172172
height: 20px;
173173
z-index: -2;
174174
border-radius: 4px;
175-
top: 0;
175+
top: -1px;
176176
left: 5px;
177177
}
178178
}
@@ -183,7 +183,7 @@ html {
183183
}
184184

185185
>div:has([aria-label="Explore Discoverable Servers"]) {
186-
bottom: calc(53px + ((var(--space) * 2)) - 8px);
186+
bottom: calc(53px + ((var(--space) * 2)) - 6px);
187187
position: fixed;
188188
z-index: 4;
189189
}

0 commit comments

Comments
 (0)