feat(web-ui): SetupTab visual_defaults 6옵션 확장

This commit is contained in:
2026-05-09 13:36:26 +09:00
parent 120c39a3ef
commit 3f5cd32c77
2 changed files with 47 additions and 5 deletions

View File

@@ -3236,6 +3236,15 @@
.setup-card button:hover {
background: rgba(245, 166, 35, 0.25);
}
.setup-checkbox {
display: flex;
align-items: center;
gap: 8px;
cursor: pointer;
}
.setup-checkbox input[type="checkbox"] {
width: auto;
}
.setup-channel {
display: flex;
align-items: center;