From 382988a5b5e039807c779f3f9a42fe5416e14b89 Mon Sep 17 00:00:00 2001 From: Jerry Cyan Date: Fri, 19 Jul 2024 23:59:54 +0800 Subject: [PATCH] Update style.css --- static/css/style.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index 39198af0..005733ef 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -486,11 +486,10 @@ nav { top: 75px; display: unset; width: auto; - margin-left: 15px; - margin-right: 15px !important; + margin-left: 10px; + margin-right: 10px; height: 82px; - border-bottom-left-radius: 15px; - border-bottom-right-radius: 15px; + border-radius: 10px; background-color: rgba(245, 245, 245, 0.5); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);