Skip to content

Commit

Permalink
Update sidebar-notice
Browse files Browse the repository at this point in the history
  • Loading branch information
lazuee committed Jul 30, 2024
1 parent e798cdd commit de05388
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion discord/sidebar-notice/import.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
--notice-height-join: 145px;
--notice-height-welcome: 155px;
--notice-height-premium: 150px;
--notice-height-add: 0px;
--notice-text-heading: "";
--notice-text-join: "";
}
Expand Down Expand Up @@ -57,7 +58,7 @@ html:not(:has(.artwork_d8215a)) {
.container_fa295b:before {
content: "";
display: flex;
height: var(--notice-height);
height: calc(var(--notice-height) + var(--notice-height-add));
position: relative;
width: 100%;
}
Expand Down

0 comments on commit de05388

Please sign in to comment.