💄 Fixed the waline reaction icon pixes in mobile driver.

This commit is contained in:
凡梦星尘
2022-10-27 08:54:54 +08:00
parent 525c8a7cf5
commit 9160a33053
3 changed files with 15 additions and 33 deletions

View File

@@ -2,16 +2,13 @@
.wl-actions>button:nth-child(3) {
display: none
}
.wl-reaction-img {
@include mobile() {
width: 24px;
height: 24px;
@include mobile() {
.wl-reaction-img {
width: 32px;
height: 32px;
}
}
.wl-reaction-votes {
@include mobile() {
.wl-reaction-votes {
padding: 0.85px;
font-weight: 500;
font-size: .65em;