File tree Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 215
215
</ div >
216
216
< div class ="mobile-nav-icon pull-right ">
217
217
< span > </ span >
218
+ < div class ="fill "> </ div >
218
219
</ div >
219
220
< nav class ="mobile-nav ">
220
221
< div class ="mobile-nav-head ">
Original file line number Diff line number Diff line change @@ -228,15 +228,23 @@ a:active {
228
228
bottom : -8px ;
229
229
}
230
230
231
- .mobile-nav-icon span : hover {
232
- background : var ( --primary-gradient ) ;
231
+ .mobile-nav-icon : hover {
232
+ cursor : pointer ;
233
233
}
234
234
235
- .mobile-nav-icon span : hover ::before ,
236
- .mobile-nav-icon span : hover ::after {
235
+ .mobile-nav-icon : hover span ,
236
+ .mobile-nav-icon : hover span ::before ,
237
+ .mobile-nav-icon : hover span ::after {
237
238
background : var (--primary-gradient );
238
239
}
239
240
241
+ .mobile-nav-icon .fill {
242
+ height : 24px ;
243
+ width : 24px ;
244
+ margin-top : -12px ;
245
+ position : absolute;
246
+ }
247
+
240
248
.mobile-nav {
241
249
position : fixed;
242
250
left : 0 ;
You can’t perform that action at this time.
0 commit comments