Cool-Y.github.io/themes/next/source/css/_mixins/Pisces.styl
2019-04-02 16:28:32 +08:00

18 lines
409 B
Stylus

sidebar-inline-links-item() {
margin: 5px 0 0;
if !hexo-config('social_icons.icons_only') { width: 50%; }
& a {
max-width: 216px;
box-sizing: border-box;
display: inline-block;
margin-right: 0;
margin-bottom: 0;
padding: 0 5px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
if hexo-config('social_icons.transition') { the-transition(); }
}
}