ohayolibs
Version:
Ohayo is a set of essential modules for ohayojp.
25 lines (20 loc) • 379 B
text/less
.toc-affix {
position: absolute;
top: 8px;
right: 20px;
.ant-anchor-ink-ball.visible {
display: none;
}
.ant-anchor .ant-anchor-link-active {
position: relative;
z-index: 2;
margin-left: -2px;
border-left: 2px solid #1890ff;
}
.ant-anchor-link-title {
max-width: 120px;
}
@media (max-width: @mobile-max) {
display: none;
}
}