Skip to content

Commit

Permalink
Blur: Fix page being cut off
Browse files Browse the repository at this point in the history
  • Loading branch information
n1ckoates committed Dec 3, 2024
1 parent 9bf65a9 commit 4a4efe2
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions themes/blur.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,9 @@
backdrop-filter: blur(var(--blur-radius));
}

main > [class*="container--"],
main > [data-type="page"],
main > [class*="feed--"],
main > [class*="wrapper--"],
[data-type="page"],
.__NEPTUNE_PAGE {
margin-bottom: 128px;
padding-bottom: 128px;
}

[class^="containerRow"] {
Expand Down

0 comments on commit 4a4efe2

Please sign in to comment.