Feat: Add theme folder access functionality in UI

This commit is contained in:
MasterAcnolo
2026-04-11 18:25:17 +02:00
parent 23d11d8933
commit 49e1e1b507
5 changed files with 21 additions and 0 deletions

View File

@@ -194,6 +194,16 @@ details summary {
color: #fff;
}
#open-theme {
padding: 10px 14px;
border-radius: 8px;
border: none;
cursor: pointer;
font-weight: 600;
background-color: var(--form-button-bg-color);
color: #fff;
}
#experimental-args {
width: 100%;
min-height: 80px;