diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index 2165beb..962d221 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -379,30 +379,31 @@ function App() { path="/" element={
- {loading && }
- handleSearchChange(e)} - placeholder="Search..." + {loading && } +
-
- + > + handleSearchChange(e)} + placeholder="Search..." + style={{ + width: "250px", fontSize: "16px", + top: "6vh", marginTop: "5vh", + padding: "10px", background: "rgba(255, 255, 255, 0.9)", color: "black", + borderRadius: "10px", overflow: "hidden" + }} + /> +