diff --git a/common.js b/common.js index 8b05882..7637b9a 100644 --- a/common.js +++ b/common.js @@ -111,10 +111,14 @@ function check_vpn() { if (data=="2") { $('#vpn_off').hide(); $('#vpn_on').show(); + $('#pro_off').hide(); + $('#pro_on').show(); } else { $('#vpn_on').hide(); $('#vpn_off').show(); + $('#pro_on').hide(); + $('#pro_off').show(); } setTimeout(check_vpn, 10000); }); diff --git a/manage2.html b/manage2.html index 11f5e08..3f0333d 100644 --- a/manage2.html +++ b/manage2.html @@ -129,21 +129,43 @@ color: orange; border: 1px solid orange; } + .left-buttons { + display: flex; + justify-content: center; + gap: 10px; + margin: 20px 0; + cursor: pointer; + } + .left-buttons button { + min-width: 120px; + padding: 5px 5px; + background: none; + border: 1px solid var(--button-border); + border-radius: 10px; + cursor: pointer; + color: var(--text-color); + } + .container-frame { + border: 1px solid; + border-radius: 10px; + padding: 0px; + margin: 5px; + height: 98vh; + } .container { clear:both; float:none; - border: 1px solid; - border-radius: 10px; padding-bottom: 10px; margin: 5px; + height: 88vh; } .leftside { float:left; - width:20%; + width:10%; } .rightside { float:right; - width:80%; + width:90%; display: flex; flex-direction: column; height: 88vh; @@ -157,8 +179,8 @@ justify-content: flex-start; align-items: flex-start; gap: 40px; - min-width: 92%; - max-width: 92%; + min-width: 96%; + max-width: 96%; margin: 0 auto; border-radius: 10px; box-sizing: border-box; @@ -188,7 +210,7 @@ position: fixed; bottom: 0; left: 0; - width: 100%; + width: 97%; display: flex; justify-content: space-between; align-items: center; @@ -514,6 +536,7 @@ +
-
+
Settings
-
- -
-
+
-
+

@@ -558,6 +578,7 @@
+ @@ -585,7 +606,8 @@ +
+ - +