mirror of
https://github.com/ONLYOFFICE/desktop-apps.git
synced 2026-04-07 14:09:22 +08:00
[start page] fix wrong icons after app scaling
This commit is contained in:
@ -73,7 +73,7 @@
|
||||
<div class="table-box flex-fill">
|
||||
<table class="table-files list"></table>
|
||||
<h4 class="text-emptylist${isSvgIcons? '-svg' : ''} img-before-el" l10n>
|
||||
${isSvgIcons? '<svg><use xlink:href="#folder-big"></use></svg>':''}
|
||||
${isSvgIcons? '<svg class="icon"><use xlink:href="#folder-big"></use></svg>':''}
|
||||
${_lang.textNoFiles}
|
||||
</h4>
|
||||
</div>
|
||||
@ -130,7 +130,7 @@
|
||||
emptylist.toggleClass('text-emptylist text-emptylist-svg');
|
||||
|
||||
if(pasteSvg && !emptylist.find('svg').length)
|
||||
emptylist.prepend($('<svg class = "empty-folder"><use xlink:href="#folder-big"></use></svg>'));
|
||||
emptylist.prepend($('<svg class = "icon"><use xlink:href="#folder-big"></use></svg>'));
|
||||
|
||||
$('#box-recent .cicon').each(function () {
|
||||
elm = $(this);
|
||||
|
||||
Reference in New Issue
Block a user