File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ module.exports = {
44
44
type : 'dropdown' ,
45
45
label : 'More From SUSE' ,
46
46
position : 'right' ,
47
- className : 'navbar__docs ' ,
47
+ className : 'navbar__dropdown ' ,
48
48
items : [
49
49
{
50
50
label : 'Rancher' ,
Original file line number Diff line number Diff line change 1
1
2
2
.navbar__icon {
3
3
font-size : 16px ;
4
+ display : flex;
4
5
}
5
6
6
7
.navbar__icon : before {
17
18
font-size : 18px ;
18
19
}
19
20
21
+ /* Seperate from docs because display:flex messes up the dropdown arrow */
22
+ .navbar__dropdown {
23
+ font-size : 18px ;
24
+ }
25
+
20
26
.navbar__docs : hover : before {
21
27
background-color : var (--ifm-link-color );
22
28
}
42
48
mask : url (/static/img/icon-github-mask.png) no-repeat 100% 100% ;
43
49
mask-size : cover;
44
50
height : 19px ;
45
- width : 22 px ;
46
- padding-right : 1 px ;
47
- padding-bottom : 4 px ;
51
+ width : 23 px ;
52
+ padding-right : 2 px ;
53
+ padding-bottom : 6 px ;
48
54
}
49
55
50
56
.navbar__rancher : hover : before {
54
60
mask : url (/static/img/icon-rancher-mask.png) no-repeat 100% 100% ;
55
61
mask-size : cover;
56
62
height : 14px ;
63
+ margin-top : 3px ;
57
64
padding-bottom : 2px ;
58
65
}
59
66
You can’t perform that action at this time.
0 commit comments