simo 1 mēnesi atpakaļ
vecāks
revīzija
e925a178ef
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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' }
   }}
 >