🎨 🐛 Rename file & path & remove unused file.
This commit is contained in:
18
assets/css/_common/components/3rd/waline.scss
Normal file
18
assets/css/_common/components/3rd/waline.scss
Normal file
@@ -0,0 +1,18 @@
|
||||
@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;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user