Skip to content

Commit

Permalink
.card-snippet非表示設定に戻す
Browse files Browse the repository at this point in the history
  • Loading branch information
yhira committed Jun 27, 2023
1 parent d679da3 commit 064f78f
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 1 deletion.
3 changes: 3 additions & 0 deletions amp.css
Original file line number Diff line number Diff line change
Expand Up @@ -8394,6 +8394,9 @@ https://codepen.io/nxworld/pen/oLdoWb
font-size: 0.8em;
text-align: center;
}
.recommended .card-snippet {
display: none;
}
.recommended.rcs-image-only .card-content {
display: none;
}
Expand Down
6 changes: 6 additions & 0 deletions css/admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -7807,6 +7807,9 @@ body.wp-admin {
font-size: 0.8em;
text-align: center;
}
.admin-settings .demo .recommended .card-snippet {
display: none;
}
.admin-settings .demo .recommended.rcs-image-only .card-content {
display: none;
}
Expand Down Expand Up @@ -15449,6 +15452,9 @@ body.wp-admin {
font-size: 0.8em;
text-align: center;
}
.admin-settings .demo .recommended .card-snippet {
display: none;
}
.admin-settings .demo .recommended.rcs-image-only .card-content {
display: none;
}
Expand Down
4 changes: 3 additions & 1 deletion scss/_recommended-cards.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@
font-size: 0.8em;
text-align: center;
}

.card-snippet {
display: none;
}
&.rcs-image-only{
.card-content{
display: none;
Expand Down
3 changes: 3 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -8419,6 +8419,9 @@ https://codepen.io/nxworld/pen/oLdoWb
font-size: 0.8em;
text-align: center;
}
.recommended .card-snippet {
display: none;
}
.recommended.rcs-image-only .card-content {
display: none;
}
Expand Down

0 comments on commit 064f78f

Please sign in to comment.