diff --git a/dashboard/src/Index.vue b/dashboard/src/Index.vue index 6ab113bea..d11a53e3b 100644 --- a/dashboard/src/Index.vue +++ b/dashboard/src/Index.vue @@ -251,6 +251,7 @@ onMounted(async () => { {{ $t('eventlog.title') }} - {{ $t('system.title') }} {{ $t('network.title') }} {{ $t('services.title') }} {{ $t('settings.title') }} - {{ $t('settings.appstoreAccount.title') }} {{ $t('volumes.title') }} +
+ {{ $t('system.title') }} + {{ $t('settings.appstoreAccount.title') }} @@ -342,7 +344,7 @@ onMounted(async () => { .sidebar-list { overflow: auto; - padding-top: 20px; + padding-top: 40px; scrollbar-color: transparent transparent; scrollbar-width: thin; } diff --git a/dashboard/src/style.css b/dashboard/src/style.css index ebf2f9b24..9f0b5fd1f 100644 --- a/dashboard/src/style.css +++ b/dashboard/src/style.css @@ -70,7 +70,13 @@ fieldset { hr { border: 0; - border-top: 1px solid rgb(238.425,238.425,238.425); + border-top: 1px solid #d8dee4; +} + +@media (prefers-color-scheme: dark) { + hr { + border-top-color: #495057; + } } .content {