mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-04-07 14:06:16 +08:00
fix bug 75998
This commit is contained in:
@ -81,7 +81,7 @@ define([
|
|||||||
'<div class="recent-wrap">',
|
'<div class="recent-wrap">',
|
||||||
'<div class="recent-icon">',
|
'<div class="recent-icon">',
|
||||||
'<div>',
|
'<div>',
|
||||||
'<svg><use href="#<% if (typeof format !== "undefined") { %><%= format %><% } else { %>blank<% } %>"></use></svg>',
|
'<svg><use href="#<% if (typeof format !== "undefined" && format?.length > 0) { %><%= format %><% } else { %>neutral<% } %>"></use></svg>',
|
||||||
'<div class= <% if (typeof format !== "undefined") {%> "img-format-<%=format %>"<% } else {%> "svg-file-recent"<%} %>></div>',
|
'<div class= <% if (typeof format !== "undefined") {%> "img-format-<%=format %>"<% } else {%> "svg-file-recent"<%} %>></div>',
|
||||||
'</div>',
|
'</div>',
|
||||||
'</div>',
|
'</div>',
|
||||||
|
|||||||
@ -386,9 +386,6 @@
|
|||||||
div {
|
div {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
div{
|
|
||||||
background: ~"url(@{common-image-const-path}/doc-formats/formats.png)";
|
|
||||||
background-size: 1200px 30px;
|
|
||||||
|
|
||||||
svg {
|
svg {
|
||||||
display: none;
|
display: none;
|
||||||
@ -400,6 +397,10 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div{
|
||||||
|
background: ~"url(@{common-image-const-path}/doc-formats/formats.png)";
|
||||||
|
background-size: 1200px 30px;
|
||||||
|
|
||||||
&:not(.svg-file-recent) {
|
&:not(.svg-file-recent) {
|
||||||
.pixel-ratio__1_25 & {
|
.pixel-ratio__1_25 & {
|
||||||
background-image: ~"url(@{common-image-const-path}/doc-formats/formats@1.25x.png)";
|
background-image: ~"url(@{common-image-const-path}/doc-formats/formats@1.25x.png)";
|
||||||
|
|||||||
Reference in New Issue
Block a user