From 19e5862ce532a4964f4f4c1d13ede14ce45019ff Mon Sep 17 00:00:00 2001
From: slweeb <91897291+slweeb@users.noreply.github.com>
Date: Wed, 19 Jan 2022 20:05:45 -0500
Subject: [PATCH] 1.0
---
index.html | 1460 +++++++++++++++++++++++++++++++---------------------
1 file changed, 873 insertions(+), 587 deletions(-)
diff --git a/index.html b/index.html
index 0ac123b6..ba6233ad 100644
--- a/index.html
+++ b/index.html
@@ -76,6 +76,9 @@
-ms-user-select: none; /* Internet Explorer/Edge */
user-select: none;
}
+ #infoParent, #modParent {
+ display: none;
+ }
#infoScreen, #modManager {
border: 1px solid #ffffff;
position: absolute;
@@ -86,7 +89,6 @@
max-width: 700px;
padding: 10px;
background-color: rgb(31, 31, 31);
- display: none;
overflow-x: hidden;
}
.menuTitle {
@@ -115,25 +117,25 @@
}
#infoSearch, #modManagerUrl {
position: absolute;
- bottom: 0px;
- width: 100%;
+ bottom: 50%;
+ width: 95%;
+ max-width: 700px;
height: 50px;
left: 50%;
- transform: translate(-50%, 0%);
+ transform: translate(-50%, 198.5%);
background-color: rgb(66, 66, 66);
color: white;
font-size: 1.5em;
- padding: 10px;
- padding-left: 50px;
+ padding: 8px;
font-family: 'Press Start 2P';
}
#infoSearch:focus, #modManagerUrl:focus {
outline: none;
}
- #modManagerAdd {
+ /*#modManagerAdd {
position: absolute;
- bottom: 0px;
- right: 0px;
+ bottom: 25%;
+ right: 25%;
height: 50px;
width: 50px;
transform: translate(-25%, -25%);
@@ -142,7 +144,7 @@
font-size: 2em;
padding: 10px;
font-family: 'Press Start 2P';
- }
+ }*/
#modManagerList {
margin-top: 20px;
}
@@ -317,6 +319,8 @@