Skip to content

Commit dcc48e7

Browse files
committed
Fix theme picker brush and menu position
1 parent 63ac72c commit dcc48e7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

templates/style.scss

+7
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,13 @@ div.container {
103103
div.container-rustdoc {
104104
max-width: 1200px;
105105
text-align: left;
106+
107+
#theme-picker {
108+
margin-top: 30px;
109+
}
110+
#theme-choices {
111+
top: 60px;
112+
}
106113
}
107114

108115
div.nav-container {

0 commit comments

Comments
 (0)