fixed extraction logic

This commit is contained in:
2026-01-18 12:05:36 -05:00
parent 488138a389
commit 1e00372140
8 changed files with 674 additions and 71 deletions

View File

@@ -275,6 +275,11 @@ button:active {
color: var(--accent-deep);
}
.helper-text {
font-size: 11px;
color: var(--accent-deep);
}
.output {
margin-top: 8px;
border: 1px dashed var(--border);