feat(sources): add multiple sources

This commit is contained in:
vl.arkhangelskii
2026-09-21 04:51:23 +03:00
parent 1c187ed56b
commit 946b77540f
18 changed files with 1494 additions and 110 deletions
+25
View File
@@ -67,6 +67,31 @@
color: var(--secondary-label);
}
.style-workspace__sources {
margin: 0;
padding: 0;
border: 0;
display: flex;
flex-wrap: wrap;
gap: 6px 12px;
max-width: 28rem;
font-size: var(--text-caption1);
color: var(--secondary-label);
}
.style-workspace__sources legend {
padding: 0;
margin-bottom: 4px;
}
.style-workspace__sources label {
display: flex;
align-items: center;
gap: 6px;
color: var(--label);
font-size: var(--text-footnote);
}
.style-workspace__source select {
min-height: 34px;
min-width: 14rem;