mirror of
https://github.com/khairul169/launcher.git
synced 2025-04-28 08:39:36 +07:00
feat: update max searchbar width, update app
This commit is contained in:
parent
92f749fe6f
commit
e085f28464
@ -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,
|
||||
},
|
||||
|
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user