We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 85a4585 + c99f9fc commit da2cd6cCopy full SHA for da2cd6c
mpl_sphinx_theme/static/css/style.css
@@ -32,3 +32,11 @@ html[data-theme="dark"] {
32
#navbar-icon-links .nav-link:hover {
33
color: var(--pst-color-primary);
34
}
35
+
36
+/* reduce height of nav bar when items don't fit in one line
37
+ See https://github.com/pydata/pydata-sphinx-theme/pull/2117
38
+ */
39
+.navbar-item {
40
+ height: unset !important;
41
+ margin: 0.25rem 0;
42
+}
0 commit comments