Skip to content

Commit

Permalink
Fix #85
Browse files Browse the repository at this point in the history
  • Loading branch information
OctoNezd committed Jan 3, 2024
1 parent 207b678 commit 5f43a1c
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion src/css/redditChanges.css
Original file line number Diff line number Diff line change
Expand Up @@ -185,4 +185,22 @@ div.pref-row {

body.prevent-scroll {
overflow: hidden;
}
}

/* search */
.search-result-group {
max-width: 100vw;
min-width: 100%;
padding-left: 20px;
padding-right: 20px;
}
.combined-search-page .searchpane, .search-result-group, .combined-search-page #search {
padding: 0 !important;
}
.combined-search-page #search input[type="text"] {
max-width: calc(100% - 55px);
min-width: calc(100% - 55px);
}
.search-submit-button {
width: 50px;
}

0 comments on commit 5f43a1c

Please sign in to comment.