Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
.reader-sidebar-recent {
$recent-item-padding-x: 18px;
$recent-site-icon-size: 16px;
$recent-item-gap: 8px;
&__site {
&-name {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
&-icon {
border-radius: 50%;
width: $recent-site-icon-size;
height: $recent-site-icon-size;
}
&-count {
font-weight: 400;
margin-right: 6px; // To get alignment with menu chevron icon; bleh
}
}
}