File tree Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -302,7 +302,7 @@ class Header extends Component {
302
302
>
303
303
< MenuPopOver
304
304
title = "Reference"
305
- offsetArrowLeft = { 60 }
305
+ offsetLeft = { - 62 }
306
306
primaryList = { [
307
307
{
308
308
title : 'Now CLI' ,
Original file line number Diff line number Diff line change @@ -33,8 +33,6 @@ export class MenuPopOver extends Component {
33
33
offsetLeft
34
34
} = this . props
35
35
36
- const contentWidth = primaryList && secondaryList ? 480 : 295
37
-
38
36
return (
39
37
< span
40
38
className = { cn ( { 'is-active' : this . state . isOpen } ) }
@@ -50,11 +48,7 @@ export class MenuPopOver extends Component {
50
48
offsetLeft = { offsetLeft }
51
49
offsetTop = { 0 }
52
50
to = {
53
- < PopOver . Menu
54
- tipOffset = { 60 }
55
- noPadding
56
- width = { dashboard ? 140 : contentWidth }
57
- >
51
+ < PopOver . Menu tipOffset = { 60 } noPadding width = { 180 } >
58
52
< div className = "wrapper" >
59
53
{ primaryList && (
60
54
< aside className = "left" >
@@ -246,8 +240,9 @@ export class MenuPopOver extends Component {
246
240
247
241
@media (min-width: 951px) {
248
242
span {
249
- display: block ;
243
+ display: flex ;
250
244
visibility: visible;
245
+ align-items: center;
251
246
}
252
247
}
253
248
` } </ style >
You can’t perform that action at this time.
0 commit comments