1. Fix(CSS): Styles improved across all pages. \n 2. Fix(SQL): User authentication correction for demo account with user role.

This commit is contained in:
2025-07-12 18:28:30 +01:00
parent 62cafa8bed
commit 4954c63d84
121 changed files with 562 additions and 3917 deletions

View File

@@ -62,8 +62,18 @@
*/
#tableMain thead tr th.can-have-button,
#tableMain tbody tr td.can-have-button {
width: 10vh;
min-width: 10vh;
width: 6vh;
min-width: 6vh;
}
/*
@media screen and (max-width: 600px) {
#formFilters input,
#formFilters select {
width: 12vh;
min-width: 12vh;
}
}
*/
/*# sourceMappingURL=dog_commands.bundle.css.map*/