모바일 환경에서 SearchBar의 레이아웃이 깨지는 문제 수정

This commit is contained in:
static
2026-01-18 14:16:40 +09:00
parent 72babc532f
commit 2f6d35c335
6 changed files with 64 additions and 58 deletions

View File

@@ -103,7 +103,7 @@
</script>
<svelte:head>
<title>파일</title>
<title>파일</title>
</svelte:head>
<input bind:this={fileInput} onchange={uploadFile} type="file" multiple class="hidden" />