File tree 2 files changed +7
-36
lines changed
static/js/page/dokka-template
2 files changed +7
-36
lines changed Original file line number Diff line number Diff line change 4
4
position : relative ;
5
5
z-index : 10 ;
6
6
7
- @media (min-width : 760px ) {
8
- padding-left : 32px ;
9
- padding-right : 32px ;
10
- }
11
-
12
7
@media (min-width : 940px ) {
13
8
min-height : 70px ; /* KTL-1147 */
14
9
box-sizing : border-box ;
15
10
}
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
- }
32
11
}
33
12
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 ;
40
15
}
41
16
42
17
#searchBar {
45
20
}
46
21
}
47
22
48
- .navigation-controls--theme {
23
+ .navigation-controls--btn_theme {
49
24
/* this is the last icon in pane have much more spacing for click then
50
25
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
+ }
52
29
}
53
30
}
54
31
55
32
.core-api #searchBar {
56
- display : none !important ;
33
+ display : none !important ;
57
34
}
Original file line number Diff line number Diff line change 9
9
10
10
/* / Fix global dokka styles */
11
11
12
- #sideMenu {
13
- @media (min-width : 760px ) {
14
- padding-left : 16px ;
15
- }
16
- }
17
-
18
12
@media (max-width : 759px ) {
19
13
#leftColumn .open ~ #ktl-main #searchBar {
20
14
display : none ;
You can’t perform that action at this time.
0 commit comments