File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -299,11 +299,11 @@ export class MainUI {
299
299
} }
300
300
actionButtons = { [
301
301
// Vertical menu button
302
- ...( viewState . isMobile &&
303
- viewState . config . mobileMenuStyle . includes ( "hamburger" ) )
302
+ ...( viewState . config . mobileMenuStyle . includes ( "hamburger" ) )
304
303
? [ {
305
304
icon : featherIcons . MoreVertical ,
306
305
description : "Open Menu" ,
306
+ class : "expander" ,
307
307
callback :
308
308
( ) => { /* nothing to do, menu opens on hover/mobile click */ } ,
309
309
} ]
Original file line number Diff line number Diff line change 72
72
flex : 0 0 auto ;
73
73
text-align : right ;
74
74
75
- & .hamburger button :first-of-type {
75
+ & .hamburger button .expander {
76
76
display : none ;
77
77
}
78
78
}
131
131
}
132
132
133
133
button {
134
- & :first-of-type {
134
+ & .expander {
135
135
display : initial ;
136
136
}
137
137
You can’t perform that action at this time.
0 commit comments