mirror of
https://github.com/dobin/SuperMega
synced 2026-06-03 01:27:11 +00:00
refactor: make nicer ui, web, log
This commit is contained in:
+13
-1
@@ -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 */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user