refactor: make nicer ui, web, log

This commit is contained in:
Dobin
2024-03-08 11:09:31 +00:00
parent c990a6699d
commit 215e24ffe0
11 changed files with 60 additions and 74 deletions
+13 -1
View File
@@ -63,4 +63,16 @@
max-width: 40em;
width: 40em;
text-align: left;
}
}
.nav-item .btn {
margin-bottom: 5px; /* Add some space between the buttons */
}
.custom-line {
border-top: 1px solid #7e7e7e; /* Create a solid line */
width: 100%; /* Span the full width of the container */
margin: 20px 0; /* Add some vertical spacing */
}