Skip to content

Commit

Permalink
Increase Searchbar height
Browse files Browse the repository at this point in the history
  • Loading branch information
lookacat committed Dec 1, 2022
1 parent 2699bbd commit 69ea49f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions changelog/unreleased/enhancement-increase-searchbar-height
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Enhancement: Increase Searchbar height

We've increase the height of the Searchbar to better fit the design.

1 change: 1 addition & 0 deletions packages/web-app-search/src/portals/SearchBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,7 @@ export default defineComponent({
.oc-search-input {
background-color: var(--oc-color-input-bg);
transition: 0s;
height: 2.3rem;
@media (max-width: 639px) {
border: none;
Expand Down

0 comments on commit 69ea49f

Please sign in to comment.