File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments