Skip to content

Commit 14a1ef0

Browse files
committed
fix css
1 parent b94a3ce commit 14a1ef0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/styles/app.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -341,14 +341,14 @@ button.close-button:hover {
341341

342342
/* file icons */
343343
.file {
344-
background: url("../assets/file.svg");
344+
background-image: url("../assets/file.svg");
345345
background-position: left center;
346346
background-repeat: no-repeat;
347347
background-size: 12px;
348348
padding-left: 22px;
349349
}
350350
.folder {
351-
background: url("../assets/folder.svg");
351+
background-image: url("../assets/folder.svg");
352352
}
353353

354354
/* viewer */

0 commit comments

Comments
 (0)