From e085f2846443f94815c1bd2bb66c04bd89b94ec1 Mon Sep 17 00:00:00 2001 From: Khairul Hidayat Date: Mon, 4 Nov 2024 04:03:18 +0000 Subject: [PATCH] feat: update max searchbar width, update app --- src/launcher.ts | 2 +- src/style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/launcher.ts b/src/launcher.ts index 12cdc22..1bc9aac 100644 --- a/src/launcher.ts +++ b/src/launcher.ts @@ -81,7 +81,7 @@ export const launcherItems: LauncherItem[] = [ }, { name: "Code Server", - href: "http://10.0.0.100:8080/login", + href: "https://code.rul.sh", icon: "https://raw.githubusercontent.com/edent/SuperTinyIcons/d2d4dadd66db9b3ff0cd9297e2c77f44c0e0808e/images/svg/visualstudiocode.svg", pinned: true, }, diff --git a/src/style.css b/src/style.css index a085566..3411a7b 100644 --- a/src/style.css +++ b/src/style.css @@ -17,7 +17,7 @@ body, } .search-bar { - @apply bg-white/80 backdrop-blur-md shadow-lg rounded-full absolute top-[5%] md:top-[10%] left-1/2 -translate-x-1/2 z-[2] flex items-center overflow-hidden w-[90%] max-w-[500px]; + @apply bg-white/80 backdrop-blur-md shadow-lg rounded-full absolute top-[5%] md:top-[10%] left-1/2 -translate-x-1/2 z-[2] flex items-center overflow-hidden w-[90%] max-w-[416px]; } .search-bar input {