mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-04-07 14:06:16 +08:00
[desktop] fix bug 75226
This commit is contained in:
@ -346,7 +346,7 @@
|
||||
height: 100%;
|
||||
div{
|
||||
background: ~"url(@{common-image-const-path}/doc-formats/formats.png)";
|
||||
background-size: 1032px 30px;
|
||||
background-size: 1176px 30px;
|
||||
&:not(.svg-file-recent) {
|
||||
.pixel-ratio__1_25 & {
|
||||
background-image: ~"url(@{common-image-const-path}/doc-formats/formats@1.25x.png)";
|
||||
@ -369,14 +369,8 @@
|
||||
background-position: -24px*@index 0;
|
||||
}
|
||||
.img-format- {
|
||||
&pdf, &pdfa {
|
||||
.format-from-index(13);
|
||||
}
|
||||
&xps {
|
||||
.format-from-index(15);
|
||||
}
|
||||
&djvu {
|
||||
.format-from-index(14);
|
||||
&vsdx {
|
||||
.format-from-index(46);
|
||||
}
|
||||
}
|
||||
.svg-file-recent {
|
||||
|
||||
Reference in New Issue
Block a user