File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -3462,7 +3462,18 @@ color: #4764a4 !important;
3462
3462
font-size : 0.7rem ;
3463
3463
}
3464
3464
3465
+ body .sidebars--static .button-menu {
3466
+ display : table;
3467
+ text-align : center;
3468
+ padding-top : 10px ;
3469
+ }
3465
3470
3471
+ body .sidebars--static .menu-action {
3472
+ display : none;
3473
+ }
3474
+ body .sidebars--static .logo {
3475
+ display : inline-block;
3476
+ }
3466
3477
3467
3478
@media (max-width : 991px ) {
3468
3479
.top-bar {
@@ -3507,4 +3518,13 @@ color: #4764a4 !important;
3507
3518
text-align : left;
3508
3519
padding-left : 14px ;
3509
3520
}
3521
+ body .sidebars--static .logo {
3522
+ display : none;
3523
+ }
3524
+ body .sidebars--static .menu-action {
3525
+ display : block;
3526
+ }
3527
+ .logo-bar-table {
3528
+ height : 53px ;
3529
+ }
3510
3530
}
You can’t perform that action at this time.
0 commit comments