Fix updating font size in file manager

This commit is contained in:
mattpass
2020-09-20 09:01:08 +01:00
parent 73aaabba8f
commit 373b1eb645
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ $t = $text['files'];
<link rel="stylesheet" type="text/css" href="assets/css/files.css?microtime=<?php echo microtime(true);?>">
<link rel="stylesheet" type="text/css" href="assets/css/file-types.css?microtime=<?php echo microtime(true);?>">
<link rel="stylesheet" type="text/css" href="assets/css/file-type-icons.css?microtime=<?php echo microtime(true);?>">
<!--Updated via settings so must remain 4th stylesheet//-->
<!--Updated via settings so must remain 5th stylesheet//-->
<style>
ul.fileManager li a span { font-size: <?php echo $ICEcoder["fontSize"];?>; }
</style>