Merge pull request 'fix/bug-75998' (#803) from fix/bug-75998 into hotfix/v9.2.0

This commit is contained in:
Maxim Kadushkin
2025-10-28 20:47:47 +00:00
54 changed files with 357 additions and 423 deletions

View File

@ -521,6 +521,17 @@
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;
@ -540,6 +551,10 @@
.pixel-ratio__2 & {
background-image: ~"url(@{common-image-const-path}/doc-formats/formats@2x.png)";
}
.pixel-ratio__2_5 & {
display: none;
}
}
}
.format-from-index(@index) {