hugo-theme-next/assets/css/_common/components/third-party/waline.scss
2022-10-09 21:53:03 +08:00

21 lines
328 B
SCSS

@if $waline_enable {
.wl-actions>button:nth-child(3) {
display: none
}
.wl-reaction-img {
@include mobile() {
width: 24px;
height: 24px;
}
}
.wl-reaction-votes {
@include mobile() {
padding: 0.85px;
font-weight: 500;
font-size: .65em;
line-height: .85;
}
}
}