18 lines
409 B
Stylus
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(); }
|
|
}
|
|
}
|