We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4898867 commit 804edcfCopy full SHA for 804edcf
discord/themes/redesign/import.css
@@ -20,7 +20,7 @@
20
}
21
22
:root {
23
- --space: 12px;
+ --space: 10px;
24
--border-radius: 1rem;
25
--header: 48px;
26
--header-thumbnail: calc(135px + var(--header));
@@ -172,7 +172,7 @@ html {
172
height: 20px;
173
z-index: -2;
174
border-radius: 4px;
175
- top: 0;
+ top: -1px;
176
left: 5px;
177
178
@@ -183,7 +183,7 @@ html {
183
184
185
>div:has([aria-label="Explore Discoverable Servers"]) {
186
- bottom: calc(53px + ((var(--space) * 2)) - 8px);
+ bottom: calc(53px + ((var(--space) * 2)) - 6px);
187
position: fixed;
188
z-index: 4;
189
0 commit comments