diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 1b8bc3d..47dc157 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -13,9 +13,9 @@ "windows": [ { "title": "FlightTube", - "width": 1180, - "height": 780, - "minWidth": 1140, + "width": 1320, + "height": 820, + "minWidth": 1260, "minHeight": 620, "center": true, "titleBarStyle": "Overlay", diff --git a/src/components/TopBar.tsx b/src/components/TopBar.tsx index aff4bca..a7857fa 100644 --- a/src/components/TopBar.tsx +++ b/src/components/TopBar.tsx @@ -92,7 +92,7 @@ export default function TopBar({ value={search} onChange={(e) => onSearch(e.target.value)} placeholder="Search videos and channels" - className={`${INPUT} min-w-40 max-w-sm flex-1`} + className={`${INPUT} min-w-[17rem] max-w-md flex-1`} />