Skip to content

Commit

Permalink
Blur: Fix padding even more
Browse files Browse the repository at this point in the history
  • Loading branch information
n1ckoates committed Dec 8, 2024
1 parent 572e0bd commit e7e58cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions themes/blur.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

[data-type="page"],
.__NEPTUNE_PAGE {
padding-bottom: 128px;
padding-bottom: 128px !important;
}

[class^="containerRow"] {
Expand Down Expand Up @@ -76,7 +76,7 @@
}

[class^="sidebarWrapper"] {
padding-bottom: 96px !important;
padding-bottom: 96px;
}

#feedSidebar,
Expand Down

0 comments on commit e7e58cb

Please sign in to comment.