diff --git a/src/components/config/ConfigurationView.vue b/src/components/config/ConfigurationView.vue index c670f41..bd6233b 100644 --- a/src/components/config/ConfigurationView.vue +++ b/src/components/config/ConfigurationView.vue @@ -46,7 +46,6 @@ const iconOptions = computed(() =>

Add Custom Browser

-

Add a custom executable and Chromium user data path when needed.

-
- Collapsed by default to keep this page focused on existing configs. -
@@ -188,7 +184,8 @@ const iconOptions = computed(() => .config-form-header h3, .config-title-row h4 { margin: 0; - font-size: 0.94rem; + font-size: 1.1rem; + line-height: 1.2; } .config-form-header.collapsible { @@ -198,7 +195,6 @@ const iconOptions = computed(() => gap: 12px; } -.config-form-header p, .config-meta-row p { margin: 6px 0 0; color: var(--muted); @@ -221,16 +217,6 @@ const iconOptions = computed(() => align-items: end; } -.config-form-collapsed-note { - margin-top: 12px; - padding: 10px 12px; - border-radius: 12px; - background: rgba(248, 250, 252, 0.78); - border: 1px solid rgba(148, 163, 184, 0.12); - color: var(--muted); - font-size: 0.82rem; -} - .field-group { display: grid; gap: 6px; @@ -265,11 +251,12 @@ const iconOptions = computed(() => .field-group :deep(.sort-dropdown-trigger) { width: 100%; min-width: 0; + min-height: 40px; } .path-input-row { display: grid; - grid-template-columns: minmax(0, 1fr) auto; + grid-template-columns: minmax(0, 1fr) 118px; gap: 10px; } @@ -277,6 +264,11 @@ const iconOptions = computed(() => white-space: nowrap; } +.path-input-row .secondary-button { + width: 118px; + justify-content: center; +} + .config-form-actions { display: flex; justify-content: flex-end;