💄 Try to add reaction image with pixes in mobile driver.

This commit is contained in:
凡梦星尘 2022-10-09 21:53:03 +08:00
parent 2d736b8f35
commit 989e2c43dc

View File

@ -2,4 +2,20 @@
.wl-actions>button:nth-child(3) { .wl-actions>button:nth-child(3) {
display: none 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;
}
}
} }