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

@@ -6,10 +6,11 @@
font-weight: bold;
transition: all 0.3s ease;
width: fit-content;
}
.button:not(.is_collapsed) {
cursor: pointer;
}
.button.collapsed {
.button.is_collapsed {
display: block;
opacity: 0;
}