Skip to content

Commit

Permalink
スマホのロゴ表示の上下に隙間ができてしまう不具合修正
Browse files Browse the repository at this point in the history
  • Loading branch information
yhira committed Apr 8, 2024
1 parent b50c1df commit 79656df
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 0 deletions.
4 changes: 4 additions & 0 deletions amp.css
Expand Up @@ -7762,6 +7762,9 @@ div.fb-like-mobile {
position: relative;
width: 100%;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
}
.mobile-menu-buttons .menu-button > a {
display: block;
Expand Down Expand Up @@ -10145,6 +10148,7 @@ pre {
}
.mobile-menu-buttons {
display: flex;
align-items: stretch;
}
.mobile-header-menu-buttons {
top: 0;
Expand Down
7 changes: 7 additions & 0 deletions css/admin.css
Expand Up @@ -7324,6 +7324,9 @@ body.wp-admin {
position: relative;
width: 100%;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
}
.admin-settings .demo .mobile-menu-buttons .menu-button > a {
display: block;
Expand Down Expand Up @@ -15733,6 +15736,9 @@ body.wp-admin {
position: relative;
width: 100%;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
}
.admin-settings .demo .mobile-menu-buttons .menu-button > a {
display: block;
Expand Down Expand Up @@ -18676,6 +18682,7 @@ body.wp-admin {
}
.admin-settings .demo .mobile-menu-buttons {
display: flex;
align-items: stretch;
}
.admin-settings .demo .mobile-header-menu-buttons {
top: 0;
Expand Down
3 changes: 3 additions & 0 deletions scss/_mobile-menu-buttons.scss
Expand Up @@ -37,6 +37,9 @@
position: relative;
width: 100%;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;

>a {
display: block;
Expand Down
1 change: 1 addition & 0 deletions scss/breakpoints/_max-width-1023.scss
Expand Up @@ -88,6 +88,7 @@ div.sidebar {

.mobile-menu-buttons {
display: flex;
align-items: stretch;
}

.mobile-header-menu-buttons {
Expand Down
4 changes: 4 additions & 0 deletions style.css
Expand Up @@ -7787,6 +7787,9 @@ div.fb-like-mobile {
position: relative;
width: 100%;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
}
.mobile-menu-buttons .menu-button > a {
display: block;
Expand Down Expand Up @@ -11273,6 +11276,7 @@ _:-ms-lang(x), .mc-circle {
}
.mobile-menu-buttons {
display: flex;
align-items: stretch;
}
.mobile-header-menu-buttons {
top: 0;
Expand Down

0 comments on commit 79656df

Please sign in to comment.