System update

This commit is contained in:
bergware
2022-07-04 15:36:24 +02:00
parent 8cd26e04bb
commit d2ddfe39fe

View File

@@ -44,7 +44,7 @@ $cmodel = $exist ? file_get_contents("$boot/$file") : '';
$style = ["<style>"];
$style[] = "div.case-list{float:left;padding:10px;margin:0 30px 64px 0;height:128px;width:128px;text-align:center;cursor:pointer}";
$style[] = "div.case-list span{position:relative;top:64px;width:auto;max-width:128px;height:128px;font-size:128px}";
$style[] = "div.case-list span.fa{top:24px;height:128px;width:auto;max-width:80px;font-size:80px}";
$style[] = "div.case-list span.fa{top:24px;max-width:80px;font-size:80px}";
$style[] = "div.case-list:hover{color:#f0000c}";
$style[] = "div.case-name{position:relative;top:74px}";
$style[] = "div.custom-name{position:relative;top:10px}";