Skip to content

Commit

Permalink
Minor UI adjustments for monitoring page
Browse files Browse the repository at this point in the history
  • Loading branch information
dormant-user committed Oct 11, 2024
1 parent 1926318 commit 562da33
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions pyninja/monitor/templates/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
.docker-stats {
height: 100%;
margin: 2%;
overflow-x: visible;
display: none; /* Hide the container initially */
align-items: center;
justify-content: center;
Expand All @@ -42,6 +43,7 @@
.service-stats {
height: 100%;
margin: 2%;
overflow-x: visible;
display: none; /* Hide the container initially */
align-items: center;
justify-content: center;
Expand All @@ -56,6 +58,7 @@
.process-stats {
height: 100%;
margin: 2%;
overflow-x: visible;
display: none; /* Hide the container initially */
align-items: center;
justify-content: center;
Expand Down Expand Up @@ -161,7 +164,7 @@

.docs {
position: absolute;
top: 3.8%;
top: 7%;
right: 230px;
border: none;
padding: 10px 14px;
Expand All @@ -171,7 +174,7 @@

.redoc {
position: absolute;
top: 3.8%;
top: 7%;
right: 130px;
border: none;
padding: 10px 14px;
Expand All @@ -181,7 +184,7 @@

.logout {
position: absolute;
top: 3.8%;
top: 7%;
right: 30px;
border: none;
padding: 10px 14px;
Expand Down

0 comments on commit 562da33

Please sign in to comment.