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' }
   }}
 >