diff --git a/CHANGELOG.md b/CHANGELOG.md index dc3dc38..08b7d6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ - Refined ACP System tab with left navigation, section-specific requirements, and CLI PHP selector. - Added CLI PHP interpreter options (php, keyhelp-php-domain, custom) with KeyHelp guidance. - Updated CLI update tooling and automation notes (KeyHelp PHP handling, CI runner requirements). +- Adjusted ACP layout and tab styling for better dark-mode readability and auto-sizing sidebars. ## 2026-02-10 - Reshaped ACP System tab with left navigation and dedicated views (Overview, Live Update, CLI, CI/CD). diff --git a/resources/js/index.css b/resources/js/index.css index 3678519..213a76a 100644 --- a/resources/js/index.css +++ b/resources/js/index.css @@ -862,8 +862,8 @@ a { } [data-bs-theme="dark"] { - --bb-ink: #e6e8eb; - --bb-ink-muted: #9aa4b2; + --bb-ink: #aaaeb4; + --bb-ink-muted: #6b7483; --bb-border: #2a2f3a; --bb-page-bg: radial-gradient(circle at 10% 20%, #141823 0%, #10131a 45%, #0b0e14 100%); } @@ -922,10 +922,18 @@ a { .nav-tabs .nav-link { color: var(--bb-accent, #f29b3f); + border: 1px solid var(--bb-border); + border-bottom-color: transparent; + border-radius: 10px 10px 0 0; + margin-right: 0.35rem; + background: transparent; } .nav-tabs .nav-link.active { color: inherit; + background: rgba(255, 255, 255, 0.04); + border-color: var(--bb-border); + border-bottom-color: transparent; } .bb-version { diff --git a/resources/js/pages/Acp.jsx b/resources/js/pages/Acp.jsx index 655c2b5..14f23e8 100644 --- a/resources/js/pages/Acp.jsx +++ b/resources/js/pages/Acp.jsx @@ -2730,7 +2730,7 @@ function Acp({ isAdmin }) { - +
{t('acp.quick_access')}
@@ -2790,13 +2790,7 @@ function Acp({ isAdmin }) {
- -
-
-
{t('acp.welcome_title')}
-

{t('acp.general_hint')}

-
-
+
@@ -3723,7 +3717,7 @@ function Acp({ isAdmin }) { {systemLoading &&

{t('acp.loading')}

} {!systemLoading && ( - +
{t('acp.system')}
@@ -3768,7 +3762,7 @@ function Acp({ isAdmin }) {
- + {systemSection === 'info' && (