Skip to content

Commit

Permalink
fix(community): stylelint
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoMcA committed Sep 27, 2024
1 parent 5bfa3bb commit 9af3518
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions client/src/community/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -327,19 +327,19 @@ main.community-container {
position: relative;

&::after {
content: "";
display: block;
position: absolute;
background: linear-gradient(
to right,
transparent,
var(--community-bg-secondary)
);
bottom: 0;
content: "";
display: block;
pointer-events: none;
position: absolute;
right: 0;
top: 0;
bottom: 0;
width: 3rem;
pointer-events: none;

@media (max-width: $screen-md) {
display: none;
Expand Down

0 comments on commit 9af3518

Please sign in to comment.