Skip to content

Commit

Permalink
reduce shadow size
Browse files Browse the repository at this point in the history
  • Loading branch information
refact0r committed Nov 11, 2023
1 parent 61d29dd commit 42d3705
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions midnight.css
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ a[href="https://support.discord.com"] /* hide help */
background: linear-gradient(transparent, var(--bg-4));
bottom: 0px;
width: 100%;
height: 20px;
height: 15px;
pointer-events: none;
}
.guilds__2b93a::before /* add top scroll shadow */ {
Expand All @@ -301,7 +301,7 @@ a[href="https://support.discord.com"] /* hide help */
background: linear-gradient(var(--bg-4), transparent);
top: 0px;
width: 100%;
height: 20px;
height: 15px;
pointer-events: none;
z-index: 2;
}
Expand Down

0 comments on commit 42d3705

Please sign in to comment.