Skip to content

Commit

Permalink
Fix: [Client] スタイル崩れを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
tsukumijima committed Aug 25, 2024
1 parent c13f6c1 commit 7f2177f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions client/src/components/HeaderBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,9 @@ const showSearchInput = computed(() => {
.search-box {
position: relative;
@include smartphone-horizontal {
display: none;
}
.search-input {
width: 230px;
Expand Down

0 comments on commit 7f2177f

Please sign in to comment.