transition for earlier commit

This commit is contained in:
ehpersonal38
2022-07-04 18:01:36 -04:00
parent 2a36228599
commit d13ee9865a
3 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ body::-webkit-scrollbar {
display:none
}
</style>
<link rel="stylesheet" href="style.css?v=6.22.22">
<link rel="stylesheet" href="style.css?v=7.04.22">
<link rel="stylesheet" type="text/css" href="static/dialog-polyfill.css" />
<body>
<div class="banner">
+5
View File
@@ -261,6 +261,11 @@ button:hover {
margin-right: auto;
}
.views {
transition: opacity 0.3s;
-webkit-transition: opacity 0.3s;
}
.views .centered button {
background-color: rgb(219, 255, 235);
padding: 12px;
+1 -1
View File
@@ -23,7 +23,7 @@ if (file_exists('./scripts/thisrun.txt')) {
$config = parse_ini_file('./scripts/firstrun.ini');
}
?>
<link rel="stylesheet" href="style.css?v=6.22.22">
<link rel="stylesheet" href="style.css?v=7.04.22">
<style>
body::-webkit-scrollbar {
display:none