This is an automated email from the ASF dual-hosted git repository.
shuai pushed a commit to branch ui-optimization
in repository https://gitbox.apache.org/repos/asf/answer.git
The following commit(s) were added to refs/heads/ui-optimization by this push:
new 7b95e5b1 style: mobile side nav style optimization
7b95e5b1 is described below
commit 7b95e5b1e3d726e76aa3c749f1432d1ac04cbfc5
Author: shuai <[email protected]>
AuthorDate: Mon Apr 14 10:40:22 2025 +0800
style: mobile side nav style optimization
---
ui/src/components/MobileSideNav/index.scss | 3 +++
1 file changed, 3 insertions(+)
diff --git a/ui/src/components/MobileSideNav/index.scss
b/ui/src/components/MobileSideNav/index.scss
index 983e6825..5960d7ff 100644
--- a/ui/src/components/MobileSideNav/index.scss
+++ b/ui/src/components/MobileSideNav/index.scss
@@ -4,4 +4,7 @@
height: calc(100vh - 62px) !important;
overflow-y: auto;
flex: none;
+ .navbar-nav {
+ --bs-nav-link-padding-x: 1rem;
+ }
}