mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-04-07 14:06:16 +08:00
Merge pull request 'fix/bug-78267' (#835) from fix/bug-78267 into release/v9.2.0
Reviewed-on: https://git.onlyoffice.com/ONLYOFFICE/web-apps/pulls/835
This commit is contained in:
@ -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)";
|
||||
|
||||
Reference in New Issue
Block a user