Skip to content

Commit

Permalink
ナビカードのリボンのズレのスタイル修正
Browse files Browse the repository at this point in the history
  • Loading branch information
yhira committed Nov 26, 2023
1 parent 8b61423 commit 2288b1f
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 5 deletions.
2 changes: 1 addition & 1 deletion amp.css
Original file line number Diff line number Diff line change
Expand Up @@ -8281,7 +8281,7 @@ https://codepen.io/nxworld/pen/oLdoWb
right: 4px;
}
.ribbon-top-left::after {
bottom: 4px;
bottom: 5px;
left: 1px;
}
.ribbon-top-left span {
Expand Down
4 changes: 2 additions & 2 deletions css/admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -7738,7 +7738,7 @@ body.wp-admin {
right: 4px;
}
.admin-settings .demo .ribbon-top-left::after {
bottom: 4px;
bottom: 5px;
left: 1px;
}
.admin-settings .demo .ribbon-top-left span {
Expand Down Expand Up @@ -15827,7 +15827,7 @@ body.wp-admin {
right: 4px;
}
.admin-settings .demo .ribbon-top-left::after {
bottom: 4px;
bottom: 5px;
left: 1px;
}
.admin-settings .demo .ribbon-top-left span {
Expand Down
4 changes: 4 additions & 0 deletions css/gutenberg-editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -5912,4 +5912,8 @@ div.editor-styles-wrapper .edit-post-visual-editor__post-title-wrapper {
.wp-block-list .wp-block-list {
padding-top: 0;
padding-bottom: 0;
}

.is-list-horizontal .a-wrap {
margin-right: 4px;
}
2 changes: 1 addition & 1 deletion scss/_navi-shortcode.scss
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ https://codepen.io/nxworld/pen/oLdoWb
right: 4px;
}
&::after {
bottom: 4px;
bottom: 5px;
left: 1px;
}
span {
Expand Down
5 changes: 5 additions & 0 deletions scss/gutenberg-editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1435,4 +1435,9 @@ div.editor-styles-wrapper .edit-post-visual-editor__post-title-wrapper {
padding-top: 0;
padding-bottom: 0;
}
}

//エディターページではswiperが有効でないため自前で余白を入れる
.is-list-horizontal .a-wrap {
margin-right: 4px;
}
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -8306,7 +8306,7 @@ https://codepen.io/nxworld/pen/oLdoWb
right: 4px;
}
.ribbon-top-left::after {
bottom: 4px;
bottom: 5px;
left: 1px;
}
.ribbon-top-left span {
Expand Down

0 comments on commit 2288b1f

Please sign in to comment.