feat: Update style and cleanup ui
All checks were successful
Build Docker / BuildImage (push) Successful in 38s

This commit is contained in:
2024-09-12 16:22:35 +10:00
parent 95628a75f4
commit 142ce6581f
3 changed files with 72 additions and 48 deletions

View File

@@ -2,7 +2,7 @@
margin: 25px;
border: solid;
border-radius: 20px;
padding-inline: 50px;
padding: 20px;
max-width: 90%;
}
@@ -15,4 +15,11 @@
width: 1000px;
max-width: 95%;
margin-top: 20px;
}
.node-info {
margin-top: 5px;
margin-bottom: 5px;
}
.node-info > p{
margin: 0;
}