update timer

This commit is contained in:
ehpersonal38
2022-08-05 15:01:34 -04:00
parent 5642daccf6
commit 9ffdc928bf
4 changed files with 18 additions and 3 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ body::-webkit-scrollbar {
display:none
}
</style>
<link rel="stylesheet" href="style.css?v=7.24.22">
<link rel="stylesheet" href="style.css?v=8.05.22">
<link rel="stylesheet" type="text/css" href="static/dialog-polyfill.css" />
<body>
<div class="banner">
+4
View File
@@ -795,6 +795,10 @@ pre.bash {
width: 100%;
display: inline-block;
}
pre.bash #timer {
display:unset;
width:unset;
}
#toolsbtn {
min-width: max-content;
+1 -1
View File
@@ -21,7 +21,7 @@ if (file_exists('./scripts/thisrun.txt')) {
$config = parse_ini_file('./scripts/firstrun.ini');
}
?>
<link rel="stylesheet" href="style.css?v=7.24.22">
<link rel="stylesheet" href="style.css?v=8.05.22">
<style>
body::-webkit-scrollbar {
display:none