Skip to content

Commit

Permalink
Merge pull request #83 from AHCorn/patch-1
Browse files Browse the repository at this point in the history
优化社交按钮小部件对不同尺寸设备的支持
  • Loading branch information
nexmoe authored Mar 18, 2020
2 parents 587036f + c011ba0 commit b8aba5f
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion source/css/style.styl
Original file line number Diff line number Diff line change
Expand Up @@ -1084,6 +1084,12 @@ font.douyin {
border: 1px solid #eee;
border-radius: $radius;
}
#nexmoe-header .nexmoe-social a {
margin: 10px;
width: 45px;
height: 45px;
line-height: 45px;
}
}

.nexmoe-post-right .nexmoe-toc {
Expand Down Expand Up @@ -1114,4 +1120,13 @@ font.douyin {

photos img {
width: 25%;
}
}

@media screen and (max-width:599px){
#nexmoe-header .nexmoe-social a {
margin: 10px!important;
width: 36px!important;
height: 36px!important;
line-height: 36px !important;
}
}

0 comments on commit b8aba5f

Please sign in to comment.