From d5984e9239f7f37cb77f5e6e648af8dee33061d4 Mon Sep 17 00:00:00 2001 From: Anthony Calderone Date: Sat, 29 Apr 2023 21:08:12 -0400 Subject: [PATCH] enhanced search bar css --- resources/css/style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/resources/css/style.css b/resources/css/style.css index 3ccd96db..f265b176 100644 --- a/resources/css/style.css +++ b/resources/css/style.css @@ -200,8 +200,12 @@ nav { } .searchbar { margin-top: 0; - min-width: 340px; width: 85%; + min-width: 340px; + border-radius: 15px; + border: 1px #000 solid; + padding: 5px 5px 5px 25px; + position: absolute; } .sha256sum_hash { display: flex;