Compare commits

..

No commits in common. "b448bcd43152397625527edc975c6d120b2002e7" and "4fc462a9e491237b953d5f648c24a318060afd0c" have entirely different histories.

2 changed files with 1 additions and 4 deletions

View File

@ -339,7 +339,7 @@
.config-actions {
display: flex;
gap: 12px;
padding-top: 0;
padding-top: 24px;
margin-top: 0px;
}

View File

@ -102,9 +102,6 @@ if (typeof window.ConfigManager === 'undefined') {
// the heading.
if (category === 'features') {
formHTML += '<div class="danger-zone-section danger-zone-section--header-only"><div class="danger-zone-header"><h3>⚠️ Danger Zone</h3><p>These options are for advanced users and may affect system stability</p></div></div>';
// Divider below the features Danger Zone banner, separating it from
// the feature fields — same rule used elsewhere in the config form.
formHTML += '<div class="config-divider"></div>';
}
//console.log('ConfigManager: About to process configData entries:', Object.keys(configData));