Skip to content

Commit

Permalink
fix: Social link icon not show normally when overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
liuyib committed Mar 11, 2020
1 parent c609607 commit 3f3dd57
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions source/css/_common/components/sidebar/index.styl
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,9 @@ if (hexo-config('sidebar.enable')) {
}

if (hexo-config('social_setting.icon_only')) {
border-radius: 50%;
width: 1.5rem;
border-radius: .7rem;
padding: 0 .25rem;
min-width: 1.5rem;
height: 1.5rem;
line-height: 1.5rem;
transition: background-color .2s ease;
Expand Down

0 comments on commit 3f3dd57

Please sign in to comment.