Skip to content

Commit 8351bd7

Browse files
static menu fixed
1 parent e695790 commit 8351bd7

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

resources/css/theme.css

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)