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;
34623462 font-size : 0.7rem ;
34633463}
34643464
3465+ body .sidebars--static .button-menu {
3466+ display : table;
3467+ text-align : center;
3468+ padding-top : 10px ;
3469+ }
34653470
3471+ body .sidebars--static .menu-action {
3472+ display : none;
3473+ }
3474+ body .sidebars--static .logo {
3475+ display : inline-block;
3476+ }
34663477
34673478@media (max-width : 991px ) {
34683479 .top-bar {
@@ -3507,4 +3518,13 @@ color: #4764a4 !important;
35073518 text-align : left;
35083519 padding-left : 14px ;
35093520 }
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+ }
35103530}
You can’t perform that action at this time.
0 commit comments