##// END OF EJS Templates
Align watchers area well in mobile menu (#19097)....
Jean-Philippe Lang -
r14440:acafdb524df8
parent child
Show More
@@ -417,6 +417,51
417 list-style: none;
417 list-style: none;
418 }
418 }
419
419
420 .flyout-menu #watchers
421 {
422 display: -webkit-flex;
423 display: -ms-flexbox;
424 display: -webkit-box;
425 display: flex;
426 flex-direction: column;
427
428 -webkit-flex-direction: column;
429 -ms-flex-direction: column;
430 -webkit-box-orient: vertical;
431 -webkit-box-direction: normal;
432 }
433
434 .flyout-menu #watchers .contextual
435 {
436 -webkit-box-ordinal-group: 4;
437 -webkit-order: 3;
438 -ms-flex-order: 3;
439 order: 3;
440 }
441
442 .flyout-menu #watchers h3
443 {
444 margin-left: -8px;
445 }
446
447 .flyout-menu #watchers ul li
448 {
449 display: -webkit-flex;
450 display: -ms-flexbox;
451 display: -webkit-box;
452 display: flex;
453 flex-direction: row;
454
455 -webkit-flex-direction: row;
456 -ms-flex-direction: row;
457 -webkit-box-orient: horizontal;
458 -webkit-box-direction: normal;
459 -webkit-align-items: center;
460 -ms-flex-align: center;
461 -webkit-box-align: center;
462 align-items: center;
463 }
464
420 .flyout-menu ul li a
465 .flyout-menu ul li a
421 {
466 {
422 line-height: 40px;
467 line-height: 40px;
General Comments 0
You need to be logged in to leave comments. Login now