adjust searchbar-size for better ux, fixes #1197

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2023-11-11 14:53:18 +01:00
parent ace1651ceb
commit 7717a82d5c
2 changed files with 6 additions and 5 deletions

View File

@@ -17,7 +17,8 @@
position: absolute;
top: 2.75rem;
z-index: 50;
width: 70vh;
width: 90vw;
max-width: 750px;
max-height: 50vh;
background: $search-bg;