[frontend]: Make CSS more responsive for small screens

This commit is contained in:
2025-03-08 14:20:13 +00:00
parent 1382cf5dc0
commit b126046c94
3 changed files with 7 additions and 5 deletions

View File

@ -303,7 +303,9 @@ function App() {
<div
style={{
position: "absolute",
top: "10px",
top: "1vh",
height: "5vh",
width: "250px", minWidth: "50px",
left: "50%",
transform: "translateX(-50%)",
zIndex: 1000