Skip to content

Commit

Permalink
fix: larger border grow on DMs
Browse files Browse the repository at this point in the history
accrazed committed Aug 15, 2024
1 parent 9082957 commit e3f0bec
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NieR-Import.theme.css
Original file line number Diff line number Diff line change
@@ -2590,7 +2590,7 @@ strong {
position: absolute;
content: "";
width: 100%;
height: 40px;
height: 44px;
pointer-events: none;
-webkit-box-shadow: 0 1px var(--color-low), 0 -1px var(--color-low);
box-shadow: 0 1px var(--color-low), 0 -1px var(--color-low);
2 changes: 1 addition & 1 deletion src/home/_private-channels.scss
Original file line number Diff line number Diff line change
@@ -92,7 +92,7 @@
position: absolute;
content: '';
width: 100%;
height: 40px;
height: 44px;
pointer-events: none;

box-shadow: 0 1px $low, 0 -1px $low;

0 comments on commit e3f0bec

Please sign in to comment.