fix bug 75998

This commit is contained in:
Konstantin Kireyev
2025-11-13 02:02:03 +05:00
parent bce05e66cf
commit 8407001da9
2 changed files with 12 additions and 11 deletions

View File

@ -386,20 +386,21 @@
div {
width: 100%;
height: 100%;
svg {
display: none;
width: 24px;
height: 30px;
.pixel-ratio__2_5 & {
display: block;
}
}
div{
background: ~"url(@{common-image-const-path}/doc-formats/formats.png)";
background-size: 1200px 30px;
svg {
display: none;
width: 24px;
height: 30px;
.pixel-ratio__2_5 & {
display: block;
}
}
&:not(.svg-file-recent) {
.pixel-ratio__1_25 & {
background-image: ~"url(@{common-image-const-path}/doc-formats/formats@1.25x.png)";