feat: add demo page

This commit is contained in:
2026-08-25 18:44:03 +05:00
parent 148e4b1957
commit 6e0647dfbf
8 changed files with 504 additions and 234 deletions
+14
View File
@@ -240,6 +240,20 @@ input.control[type='number'] {
padding-bottom: var(--space-3);
}
/* Панель этапа для инлайн-раскладки: исходник | параметры | результат */
.pane {
position: relative;
display: flex;
flex-direction: column;
min-width: 0;
}
.pane-legend {
top: -0.65em;
left: 50%;
transform: translateX(-50%);
}
.actions-row {
display: flex;
gap: var(--space-1);