diff --git a/simplepwa/index.html b/simplepwa/index.html
index 598873a..02c1607 100644
--- a/simplepwa/index.html
+++ b/simplepwa/index.html
@@ -40,9 +40,35 @@
-
-
-

-
Connecting to Aviation Assistant
Please Wait.
-
-
+
+

+
Connecting to Aviation Assistant
Please Wait.
diff --git a/simplepwa/main.js b/simplepwa/main.js
index a717fde..88363c9 100644
--- a/simplepwa/main.js
+++ b/simplepwa/main.js
@@ -80,6 +80,9 @@ function ATC() {
}
function onload() {
+ document.getElementById("sidebar_back_button").addEventListener("click", function () {
+ main()
+ });
var xhr = new XMLHttpRequest();
xhr.open("GET", "https://aa.local:5000/alive?_="+Date.now(), true);
xhr.setRequestHeader('Content-Type', 'application/json');
diff --git a/simplepwa/style.css b/simplepwa/style.css
index 84ec28b..e95dff0 100644
--- a/simplepwa/style.css
+++ b/simplepwa/style.css
@@ -123,7 +123,7 @@ body {
#header_atc {
display: inline-block;
position: relative;
- left: 30px;
+ left: 5px;
background-color: rgba(255, 255, 255, 0.8);
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
border-radius: 8px;
@@ -164,7 +164,7 @@ body {
#sidebar {
position: absolute;
- top: 15px;
+ top: 10px;
left: calc(100% - 475px);
height: calc(100% - 30px);
width: 450px;
@@ -174,6 +174,7 @@ body {
line-height: 30px;
display: flex;
flex-direction: column;
+ z-index: 2;
}
.ATC_State {