new changes

This commit is contained in:
Niranjan
2026-04-07 05:05:28 +05:30
parent 7c070224bd
commit a18bba15f2
29975 changed files with 3247495 additions and 2761 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,32 @@
/* YakPanel — tweaks on top of html-admin style.css */
/* Primary / accent bridge: template uses [data-color] on <html>; optional fine-tuning */
:root {
--yakpanel-focus-ring: var(--bs-primary);
}
#root {
min-height: 100vh;
}
/* SPAyakPanel: React root fills viewport inside main-wrapper */
.main-wrapper {
min-height: 100vh;
}
/* Theme customizer: ensure panel stacks above mobile menu overlay */
.sidebar-themesettings.open {
z-index: 1050;
}
.sidebar-contact .toggle-theme:focus-visible {
outline: 2px solid var(--yakpanel-focus-ring, #0d6efd);
outline-offset: 2px;
}
/* Terminal / file manager flex children */
.page-content-scroll {
min-height: 0;
flex: 1;
overflow: auto;
}