Skip to content

Commit

Permalink
モバイルサイドバーの修正
Browse files Browse the repository at this point in the history
  • Loading branch information
yhira committed Oct 23, 2022
1 parent 328149f commit 010e4e1
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
3 changes: 2 additions & 1 deletion amp.css
Expand Up @@ -7390,7 +7390,7 @@ div.fb-like-mobile {
transform: translateX(105%);
}

#sidebar-menu-content #sidebar {
#slide-in-sidebar {
display: block;
margin: 0;
}
Expand Down Expand Up @@ -8901,6 +8901,7 @@ pre {
flex-grow: 99;
}

.no-mobile-sidebar .sidebar,
.mobile-button-fmb .go-to-top-button,
.no-mobile-header-logo #header .logo-header {
display: none;
Expand Down
5 changes: 3 additions & 2 deletions css/admin.css
Expand Up @@ -7219,7 +7219,7 @@ body.wp-admin {
-webkit-transform: translateX(105%);
transform: translateX(105%);
}
.admin-settings .demo #sidebar-menu-content #sidebar {
.admin-settings .demo #slide-in-sidebar {
display: block;
margin: 0;
}
Expand Down Expand Up @@ -14683,7 +14683,7 @@ body.wp-admin {
-webkit-transform: translateX(105%);
transform: translateX(105%);
}
.admin-settings .demo #sidebar-menu-content #sidebar {
.admin-settings .demo #slide-in-sidebar {
display: block;
margin: 0;
}
Expand Down Expand Up @@ -16824,6 +16824,7 @@ body.wp-admin {
.admin-settings .demo .has-logo-button .logo-menu-button {
flex-grow: 99;
}
.admin-settings .demo .no-mobile-sidebar .sidebar,
.admin-settings .demo .mobile-button-fmb .go-to-top-button,
.admin-settings .demo .no-mobile-header-logo #header .logo-header {
display: none;
Expand Down
2 changes: 1 addition & 1 deletion scss/_mobile-menu-buttons.scss
Expand Up @@ -225,7 +225,7 @@

}

#sidebar-menu-content #sidebar {
#slide-in-sidebar {
display: block;
margin: 0;
}
Expand Down
1 change: 1 addition & 0 deletions scss/breakpoints/_max-width-1023.scss
Expand Up @@ -111,6 +111,7 @@ div.sidebar {
}
}

.no-mobile-sidebar .sidebar,
.mobile-button-fmb .go-to-top-button,
.no-mobile-header-logo #header .logo-header {
display: none;
Expand Down
3 changes: 2 additions & 1 deletion style.css
Expand Up @@ -7415,7 +7415,7 @@ div.fb-like-mobile {
transform: translateX(105%);
}

#sidebar-menu-content #sidebar {
#slide-in-sidebar {
display: block;
margin: 0;
}
Expand Down Expand Up @@ -10045,6 +10045,7 @@ _:-ms-lang(x), .mc-circle {
flex-grow: 99;
}

.no-mobile-sidebar .sidebar,
.mobile-button-fmb .go-to-top-button,
.no-mobile-header-logo #header .logo-header {
display: none;
Expand Down

0 comments on commit 010e4e1

Please sign in to comment.