Skip to content

Commit

Permalink
Merge pull request #22 from balancer-labs/fix/mobile-syles
Browse files Browse the repository at this point in the history
more navbar fixes
  • Loading branch information
mikemcdonald authored Feb 13, 2023
2 parents ba4a099 + c4f7a34 commit 312748f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion theme/src/client/components/SearchBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ onMounted(() => {

<style>
.search-input-wrapper .search-icon.search {
z-index: 10;
z-index: 5;
}
.home .search-box {
Expand Down
8 changes: 8 additions & 0 deletions theme/src/client/styles/search.scss
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,14 @@ $active-color: #1ea7fd;
width: 175px;
}
}

.home {
.search-input-wrapper {
input[data-search-input='true'] {
width: 100%;
}
}
}
}

/* Fix the X appearing in search field on Chrome and IE */
Expand Down

0 comments on commit 312748f

Please sign in to comment.