simo 1 개월 전
부모
커밋
e925a178ef
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/components/searchwidget.astro

+ 1 - 1
src/components/searchwidget.astro

@@ -5,7 +5,7 @@ import Win98Window from "./win98window.astro";
 <Win98Window
   title="SimoSearch"
   layout={{
-    mobile:  { left: '5%', top: '12%', width: '90%', height: '70vh' },
+    mobile:  { left: '5%', top: '12%', width: '0%', height: '0%' },
     desktop: { left: '62%', top: '10%', width: '35%', height: 'auto' }
   }}
 >