feat: update max searchbar width, update app

This commit is contained in:
Khairul Hidayat 2024-11-04 04:03:18 +00:00
parent 92f749fe6f
commit e085f28464
2 changed files with 2 additions and 2 deletions

View File

@ -81,7 +81,7 @@ export const launcherItems: LauncherItem[] = [
}, },
{ {
name: "Code Server", 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", icon: "https://raw.githubusercontent.com/edent/SuperTinyIcons/d2d4dadd66db9b3ff0cd9297e2c77f44c0e0808e/images/svg/visualstudiocode.svg",
pinned: true, pinned: true,
}, },

View File

@ -17,7 +17,7 @@ body,
} }
.search-bar { .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 { .search-bar input {