small patches and updates

Co-authored-by: Cobalt-60 <plastics-eater@users.noreply.github.com>
This commit is contained in:
Russell2259
2024-01-02 17:38:01 -07:00
parent ff5b275ac3
commit 305b7a26b0
13 changed files with 154 additions and 112 deletions
+8
View File
@@ -308,6 +308,10 @@ input:checked+.slider:before {
border-radius: 1.5vh;
}
.game.hidden {
display: none;
}
.game:hover {
filter: brightness(95%);
transform: translateY(-0.2vh);
@@ -343,6 +347,10 @@ input:checked+.slider:before {
z-index: 10;
}
.searchErr {
margin-bottom: 100px;
}
.cheats {
width: 100%;
display: flex;