Skip to content

Commit

Permalink
fix #123
Browse files Browse the repository at this point in the history
  • Loading branch information
OctoNezd committed Mar 20, 2024
1 parent 15e25da commit 3a88ee2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/css/redditChanges.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
}
.tabmenu,
.rank,
.infobar-toaster-container {
.infobar-toaster-container,
.commentsignupbar {
display: none !important;
}

Expand Down Expand Up @@ -194,7 +195,9 @@ body.prevent-scroll {
padding-left: 20px;
padding-right: 20px;
}
.combined-search-page .searchpane, .search-result-group, .combined-search-page #search {
.combined-search-page .searchpane,
.search-result-group,
.combined-search-page #search {
padding: 0 !important;
}
.combined-search-page #search input[type="text"] {
Expand Down

0 comments on commit 3a88ee2

Please sign in to comment.