Skip to content

Commit

Permalink
fix: limit search results height on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
themightychris committed Nov 11, 2024
1 parent 5ce80f2 commit c928b33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SearchResults.vue
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ const toggleExpand = () => {
}
.search-results {
max-height: 80vh;
max-height: 50vh;
}
.result-card {
Expand Down

0 comments on commit c928b33

Please sign in to comment.