From 536cef5c5b37a9cc67fdb7c221a5ee69a1e93458 Mon Sep 17 00:00:00 2001 From: purajit Date: Wed, 4 Sep 2024 16:06:38 -0700 Subject: [PATCH] fix search bar padding --- templates/template_ruleset.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/templates/template_ruleset.html b/templates/template_ruleset.html index 07a7975..a9ceb85 100644 --- a/templates/template_ruleset.html +++ b/templates/template_ruleset.html @@ -19,7 +19,7 @@ border-radius: 10px 10px 0px 0px; transition: 0.3s; opacity: 0.7; - width: calc(100% - 80px); + width: calc(100% - 20px); } #searchBar:focus { color: black; @@ -45,7 +45,8 @@ } .writing { width: 100%; - padding: 0; + padding-top: 0; + padding-left: 0; padding-right: 30px; padding-bottom: 30px; }