Skip to content

Commit 97861a1

Browse files
refactor: adjust sizes
1 parent c7b2d2a commit 97861a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/components/AppHeader.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ onKeyStroke(
145145
<SearchBox
146146
v-if="!isOnHomePage"
147147
ref="searchBoxRef"
148-
:class="isSearchExpanded ? 'max-w-md' : 'max-w-sm'"
148+
class="max-w-sm"
149149
compact
150150
v-model="searchQuery"
151151
@submit="handleSearchSubmit"

app/components/SearchBox.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ defineExpose({
7373

7474
<button
7575
type="submit"
76-
class="absolute hidden @xs:block group inset-ie-2.5 font-mono text-sm transition-[background-color,transform] duration-200 active:scale-95 focus-visible:outline-accent/70"
76+
class="absolute hidden @xs:block group inset-ie-2.5 font-mono text-sm transition-[background-color,transform] duration-200 active:scale-95"
7777
:class="
7878
compact
7979
? 'px-1.5 py-0.5 @md:ps-4 @md:pe-4'

0 commit comments

Comments
 (0)