Skip to content

Commit b0af3a0

Browse files
berezinantzoobestik
authored andcommitted
fix: adjusted dokka template styles
1 parent 988ea05 commit b0af3a0

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

static/js/page/dokka-template/control-pane.scss

+18
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,24 @@
1010
}
1111
}
1212

13+
@media (max-width: 899px) and (min-width: 760px) {
14+
.library-name--link {
15+
margin-left: 32px !important;
16+
}
17+
18+
.navigation-controls {
19+
padding-right: 18px;
20+
}
21+
22+
.navigation-controls--btn_toc {
23+
margin-right: 18px;
24+
}
25+
26+
.library-version {
27+
padding-left: 32px !important;
28+
}
29+
}
30+
1331
.library-name--link::before {
1432
display: none;
1533
}

0 commit comments

Comments
 (0)