Skip to content

Commit

Permalink
www: Search bar is now pretty
Browse files Browse the repository at this point in the history
Signed-off-by: xplshn <[email protected]>
  • Loading branch information
xplshn committed Nov 4, 2024
1 parent 82feba6 commit 8de7093
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,7 @@
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="header bg-base-100 shadow-md">
<div class="search-container max-w-xs mx-auto p-4">
<input type="text" class="search-input input input-bordered input-md w-full" placeholder="Search apps...">
</div>
</header>

<input type="text" class="search-input input input-bordered input-md w-full max-w-xs mx-auto p-4" placeholder="Search apps...">
<main class="main-content flex-1 p-4">
<div id="app-sections">
<!-- App sections will be dynamically inserted here -->
Expand Down

0 comments on commit 8de7093

Please sign in to comment.