Skip to content

Commit

Permalink
updated GUI
Browse files Browse the repository at this point in the history
  • Loading branch information
deb-cod authored Jul 3, 2024
1 parent 9e0925f commit 07ee9be
Showing 1 changed file with 22 additions and 16 deletions.
38 changes: 22 additions & 16 deletions docker/standalone.php
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ function initUI() {
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
/* justify-content: center; */
align-items: center;


Expand All @@ -380,6 +380,8 @@ function initUI() {
/* padding: 20px; */
border-radius: 8px;
/* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */

padding-top: 44px;


}
Expand All @@ -403,6 +405,7 @@ function initUI() {
display: flex;
align-items: center;
justify-content: center;
margin-top: 32px;
}

#startStopBtn {
Expand All @@ -420,9 +423,6 @@ function initUI() {
color: white;
font-size: 16px;




}

#startStopBtn:hover {
Expand Down Expand Up @@ -472,15 +472,17 @@ function initUI() {
align-items: center;
gap: 8px;
flex-shrink: 0;

}

.test {
top: 125px;
position: absolute;
/* top: 125px; */
/* position: absolute; */
display: flex;
flex-direction: column;
gap: 32px;
gap: 20px;
align-items: center;
padding-top: 43px;
}

div.testArea {
Expand Down Expand Up @@ -522,7 +524,7 @@ function initUI() {
display:flex;
/* top: 44px; */
top: 3.6%;
position: absolute;
/* position: absolute; */
color: #1F2937;
font-family: Roboto;
font-size: 32px;
Expand All @@ -532,7 +534,7 @@ function initUI() {

/* font-size: 24px; */
/* font-weight: 600; */
margin-bottom: 20px;
/* margin-bottom: 20px; */
/* color: #1F2937; */
}

Expand Down Expand Up @@ -614,10 +616,11 @@ function initUI() {
padding: 10px !important;
}

#startStopBtn {
width: 100%;
padding: 10px;
}
/* .startBtnStyle{
margin-top:32px;
} */




}
Expand All @@ -642,6 +645,7 @@ function initUI() {

<!-- <a class="privacy" href="#" onclick="I('privacyPolicy').style.display=''">Privacy</a> -->
<div class="test">

<div class="testGroup">
<div class="testArea2">
<div class="testName">Ping</div>
Expand Down Expand Up @@ -669,6 +673,8 @@ function initUI() {
</div>
</div>

</div>


<!-- <div id="ipArea">
<span id="ip"></span>
Expand All @@ -682,11 +688,11 @@ function initUI() {
</div>


<!-- <div class="startBtnStyle"> -->
<div class="startBtnStyle">

<div id="startStopBtn" onclick="startStop()"></div>
<!-- </div> -->
</div>
</div>


<!-- <div id="startStopBtn" onclick="startStop()"></div> -->

Expand Down

0 comments on commit 07ee9be

Please sign in to comment.