change loader width only for firefox

This commit is contained in:
Polina
2026-02-19 19:11:20 +03:00
parent 225b48e325
commit a589dc14a1
2 changed files with 12 additions and 0 deletions

View File

@ -49,6 +49,12 @@
margin-left: 8px;
}
@supports (-moz-appearance: none) {
.asc-loadmask-image {
width: 29px;
}
}
.asc-loadmask-title {
font-size: 13px;
margin: 0 8px 0 12px;

View File

@ -69,6 +69,12 @@
width: @loadmask-small-image-width;
}
@supports (-moz-appearance: none) {
.asc-loadmask-image {
width: @loadmask-image-width + 1px;
}
}
.asc-loadmask-title {
margin: 0 8px;
}