update policy and fix other issues
Deploy to Shared Hosting / Shared hosting deploy (push) Failing after 49s
Tests / PHPUnit (push) Successful in 1m19s

This commit is contained in:
root
2026-08-23 18:19:08 -04:00
parent 103f970110
commit a6e0ce1432
13 changed files with 433 additions and 317 deletions
+3
View File
@@ -61,6 +61,9 @@ function nav_url(string $path): string
}
.mgmt-sidebar-toggle:hover { background-color: var(--mgmt-primary-hover); }
html.mgmt-sidebar-open .mgmt-sidebar-toggle i { transform: rotate(180deg); }
#navbarManagement.mgmt-sidebar .mgmt-sidebar-content {
padding-top: 54px;
}
/* Rotate submenu chevron when expanded */
#navbarManagement .submenu-toggle[aria-expanded="true"] i { transform: rotate(180deg); }
</style>