provide more technical track details in the ui

Fixes #15
This commit is contained in:
Kamil
2024-11-27 16:03:39 +00:00
parent da2b725b22
commit ddf73b77db
8 changed files with 153 additions and 6 deletions

View File

@@ -52,4 +52,9 @@ body {
}
.logo img{
width: 100%;
}
@media screen and (min-width: 1600px) {
.modal-dialog {
max-width: 90%; /* New width for default modal */
}
}