Skip to content

Commit

Permalink
ADD: social icons only&transition option [4].
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-nginx authored Jul 3, 2017
1 parent 963f092 commit dbeebbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/css/_mixins/Pisces.styl
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
sidebar-inline-links-item() {
float: left;
margin: 5px 0 0;
width: 50%;
if !hexo-config('social_icons.icons_only') { width: 50%; }

& a {
box-sizing: border-box;
Expand All @@ -12,5 +11,6 @@ sidebar-inline-links-item() {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
if hexo-config('social_icons.transition') { the-transition(); }
}
}

0 comments on commit dbeebbf

Please sign in to comment.