We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d315c7 commit 18da2a9Copy full SHA for 18da2a9
docs/source/_static/custom.css
@@ -0,0 +1,5 @@
1
+/* 控制导航栏左上角 logo 大小 */
2
+.navbar-brand img {
3
+ height: 32px !important; /* 你可以调整为想要的高度 */
4
+ width: auto !important; /* 保持宽高比 */
5
+}
docs/source/conf.py
@@ -98,3 +98,6 @@
98
"version_match": version,
99
},
100
}
101
+
102
+def setup(app):
103
+ app.add_css_file("custom.css")
0 commit comments