Skip to content

Commit

Permalink
Updated themes/redesign
Browse files Browse the repository at this point in the history
  • Loading branch information
lazuee authored Aug 9, 2024
1 parent 969d600 commit f9c0940
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions discord/themes/redesign/import.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
}

:root {
--space: 12px;
--space: 10px;
--border-radius: 1rem;
--header: 48px;
--header-thumbnail: calc(135px + var(--header));
Expand Down Expand Up @@ -172,7 +172,7 @@ html {
height: 20px;
z-index: -2;
border-radius: 4px;
top: 0;
top: -1px;
left: 5px;
}
}
Expand All @@ -183,7 +183,7 @@ html {
}

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

0 comments on commit f9c0940

Please sign in to comment.