Skip to content

Commit 3a15640

Browse files
committed
sidebar toggle padding
1 parent 7def9bd commit 3a15640

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

docs/_static/custom.css

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@
1919
margin: 0;
2020
}
2121

22+
.bd-header button.sidebar-toggle {
23+
padding-bottom: .25rem;
24+
padding-top: .25rem;
25+
padding-left: 6px;
26+
padding-right: 6px;
27+
}
28+
2229
.bd-header button.primary-toggle {
2330
margin-right: 0.35rem;
2431
}
@@ -28,3 +35,13 @@
2835
margin-right: 1rem;
2936
}
3037
}
38+
39+
.bd-header button.secondary-toggle {
40+
margin-right: 0.35rem;
41+
}
42+
43+
@media (min-width: 370px) {
44+
.bd-header button.secondary-toggle {
45+
margin-right: 1rem;
46+
}
47+
}

0 commit comments

Comments
 (0)