fiex settings menu iprivbe game sergc

This commit is contained in:
Cobalt-60
2024-03-10 06:43:10 +00:00
parent bc3a593cf7
commit 80431ee7c2
3 changed files with 7 additions and 4 deletions
+4
View File
@@ -1,4 +1,8 @@
[
{
"date": "3/10/2024",
"simpleDescription": "Fixed Settings Menu and improved Game Search"
},
{
"date": "3/7/2024",
"simpleDescription": "Added 10 games"
+3 -2
View File
@@ -105,6 +105,7 @@ body::-webkit-scrollbar-corner {
padding: 0px;
margin-right: 2.5px;
margin-left: calc(50vw - calc(44vh + 45px));
background-color: var(--background-darker);
}
input:focus {
@@ -124,7 +125,7 @@ body::-webkit-scrollbar-corner {
height: 7.5vh;
border-radius: 2vh;
font-size: 3vh;
background: var(--sidebar-bg);
background-color: var(--background-darker);
margin-left: 0px;
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
@@ -136,7 +137,7 @@ body::-webkit-scrollbar-corner {
box-shadow: 0.5vh 0.5vh 1vh 0vh var(--shadow-color);
cursor: pointer;
height: 7.5vh;
background: var(--sidebar-bg);
background-color: var(--background-darker);
color: var(--text);
margin-left: 0px;
border-radius: 0px;
-2
View File
@@ -231,6 +231,4 @@ if (window.self !== window.top && document.querySelector('.navbar')) document.qu
if (location.pathname === '/share' && new URLSearchParams(location.search).has('game')) {
Games.loadGameFromURL();
} else if (location.pathname !== '/view') {
loadSidebarInterface();
}