Skip to content

Commit

Permalink
フォローボタンの並べ方変更
Browse files Browse the repository at this point in the history
  • Loading branch information
yhira committed Feb 8, 2024
1 parent 57aec82 commit 52d08c6
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 23 deletions.
11 changes: 6 additions & 5 deletions amp.css
Expand Up @@ -5963,8 +5963,13 @@ figcaption {
/************************************
** SNSフォローボタン
************************************/
.sns-follow-buttons {
flex-wrap: wrap;
justify-content: flex-start;
}
.sns-follow-buttons a {
width: 100%;
width: 40px;
height: 40px;
margin-right: 8px;
margin-bottom: 8px;
font-size: 30px;
Expand Down Expand Up @@ -6447,10 +6452,6 @@ canvas, iframe, video,
.author-box .sns-follow-message {
display: none;
}
.author-box .sns-follow-buttons {
flex-wrap: wrap;
justify-content: flex-start;
}
.author-box .sns-follow-buttons a.follow-button {
font-size: 18px;
width: 24px;
Expand Down
22 changes: 12 additions & 10 deletions css/admin.css
Expand Up @@ -5746,8 +5746,13 @@ body.wp-admin {
.admin-settings .demo .wp-block-media-text__content {
padding: 0 1em;
}
.admin-settings .demo .sns-follow-buttons {
flex-wrap: wrap;
justify-content: flex-start;
}
.admin-settings .demo .sns-follow-buttons a {
width: 100%;
width: 40px;
height: 40px;
margin-right: 8px;
margin-bottom: 8px;
font-size: 30px;
Expand Down Expand Up @@ -6152,10 +6157,6 @@ body.wp-admin {
.admin-settings .demo .author-box .sns-follow-message {
display: none;
}
.admin-settings .demo .author-box .sns-follow-buttons {
flex-wrap: wrap;
justify-content: flex-start;
}
.admin-settings .demo .author-box .sns-follow-buttons a.follow-button {
font-size: 18px;
width: 24px;
Expand Down Expand Up @@ -13993,8 +13994,13 @@ body.wp-admin {
.admin-settings .demo .wp-block-media-text__content {
padding: 0 1em;
}
.admin-settings .demo .sns-follow-buttons {
flex-wrap: wrap;
justify-content: flex-start;
}
.admin-settings .demo .sns-follow-buttons a {
width: 100%;
width: 40px;
height: 40px;
margin-right: 8px;
margin-bottom: 8px;
font-size: 30px;
Expand Down Expand Up @@ -14399,10 +14405,6 @@ body.wp-admin {
.admin-settings .demo .author-box .sns-follow-message {
display: none;
}
.admin-settings .demo .author-box .sns-follow-buttons {
flex-wrap: wrap;
justify-content: flex-start;
}
.admin-settings .demo .author-box .sns-follow-buttons a.follow-button {
font-size: 18px;
width: 24px;
Expand Down
4 changes: 2 additions & 2 deletions scss/_author-box.scss
Expand Up @@ -20,8 +20,8 @@
display: none;
}
.sns-follow-buttons{
flex-wrap: wrap;
justify-content: flex-start;
// flex-wrap: wrap;
// justify-content: flex-start;
a.follow-button{
font-size: 18px;
width: 24px;
Expand Down
5 changes: 4 additions & 1 deletion scss/_sns-follow.scss
Expand Up @@ -6,9 +6,12 @@
}

.sns-follow-buttons{
flex-wrap: wrap;
justify-content: flex-start;

a{
width: 100%;
width: 40px;
height: 40px;
margin-right: 8px;
margin-bottom: $sns_button_margin_bottom;
font-size: 30px;
Expand Down
11 changes: 6 additions & 5 deletions style.css
Expand Up @@ -5988,8 +5988,13 @@ figcaption {
/************************************
** SNSフォローボタン
************************************/
.sns-follow-buttons {
flex-wrap: wrap;
justify-content: flex-start;
}
.sns-follow-buttons a {
width: 100%;
width: 40px;
height: 40px;
margin-right: 8px;
margin-bottom: 8px;
font-size: 30px;
Expand Down Expand Up @@ -6472,10 +6477,6 @@ canvas, iframe, video,
.author-box .sns-follow-message {
display: none;
}
.author-box .sns-follow-buttons {
flex-wrap: wrap;
justify-content: flex-start;
}
.author-box .sns-follow-buttons a.follow-button {
font-size: 18px;
width: 24px;
Expand Down

0 comments on commit 52d08c6

Please sign in to comment.