Skip to content

Commit

Permalink
Make clear search button visible, and fix weird margin in top left co…
Browse files Browse the repository at this point in the history
…rner
  • Loading branch information
rukmini-bose committed Jan 19, 2024
1 parent 87391ea commit 0d05d01
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions src/ui/layout/layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,9 @@

&__create-button {
margin-right: $interiorMarginLg;
body.mobile & { // Fixes weird gap in mobile status area
margin-right: 0px;
}
}

&__indicators {
Expand Down
4 changes: 2 additions & 2 deletions src/ui/layout/search/search.scss
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
max-height: 500px;
z-index: 60;
body.mobile & {
min-width: 90vw;
max-height: 90vh;
min-width: 95vw;
max-height: 95vh;
}
}

Expand Down

0 comments on commit 0d05d01

Please sign in to comment.