Skip to content

Commit 988ea05

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

File tree

2 files changed

+7
-36
lines changed

2 files changed

+7
-36
lines changed

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

+7-30
Original file line numberDiff line numberDiff line change
@@ -4,39 +4,14 @@
44
position: relative;
55
z-index: 10;
66

7-
@media (min-width: 760px) {
8-
padding-left: 32px;
9-
padding-right: 32px;
10-
}
11-
127
@media (min-width: 940px) {
138
min-height: 70px; /* KTL-1147 */
149
box-sizing: border-box;
1510
}
16-
17-
&, #pages-search {
18-
background: none #1b1b1b;
19-
}
20-
}
21-
22-
.navigation > .library-name {
23-
margin-right: 0;
24-
}
25-
26-
.library-name > .library-name--link {
27-
margin-left: 0;
28-
29-
&::before {
30-
display: none;
31-
}
3211
}
3312

34-
@media (min-width: 940px) {
35-
.filter-section .platform-tag {
36-
font-size: 16px;
37-
border-radius: 24px;
38-
padding: 8px 24px;
39-
}
13+
.library-name--link::before {
14+
display: none;
4015
}
4116

4217
#searchBar {
@@ -45,13 +20,15 @@
4520
}
4621
}
4722

48-
.navigation-controls--theme {
23+
.navigation-controls--btn_theme {
4924
/* this is the last icon in pane have much more spacing for click then
5025
the last icon in global header. It did for same right border for both panes */
51-
margin-right: -8px;
26+
@media(min-width: 760px) {
27+
margin-right: -8px;
28+
}
5229
}
5330
}
5431

5532
.core-api #searchBar {
56-
display: none!important;
33+
display: none !important;
5734
}

static/js/page/dokka-template/layout.scss

-6
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,6 @@
99

1010
/* / Fix global dokka styles */
1111

12-
#sideMenu {
13-
@media (min-width: 760px) {
14-
padding-left: 16px;
15-
}
16-
}
17-
1812
@media (max-width: 759px) {
1913
#leftColumn.open ~ #ktl-main #searchBar {
2014
display: none;

0 commit comments

Comments
 (0)