simo 1 mesiac pred
rodič
commit
e925a178ef
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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' }
   }}
 >