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