[desktop] fix bug 74395

This commit is contained in:
maxkadushkin
2025-06-19 23:54:47 +03:00
parent acebcb6187
commit 297e797d3f

View File

@ -83,6 +83,9 @@
&key {
background: ~"url('@{common-image-const-path}/doc-formats/key.svg') no-repeat center";
}
&odg {
background: ~"url('@{common-image-const-path}/doc-formats/odg.svg') no-repeat center";
}
}
div {
@ -430,6 +433,9 @@
&.key {
.format-from-index(45);
}
&.odg {
.format-from-index(49);
}
}
.svg-file-recent {
background: ~"url(@{app-image-const-path}/recent-file.svg) no-repeat top";