Sequence editor. Layout fixes

This commit is contained in:
PROFERIS - Mi³osz Stocki
2026-07-07 11:54:50 +02:00
parent 366de88ee4
commit 228cbf2329
14 changed files with 1162 additions and 75 deletions
+10
View File
@@ -58,6 +58,14 @@
gap: 10px;
}
@media (max-width: 480px) {
.topbar { padding: 0 10px; gap: 8px; }
.topbar-brand { gap: 6px; font-size: 0.9rem; }
.topbar-actions { gap: 6px; }
#ble-label { display: none; }
.topbar-brand .brand-icon { width: 24px; height: 24px; }
}
/* ── Hamburger button ────────────────────────────────────────── */
.hamburger {
display: flex;
@@ -447,6 +455,8 @@
letter-spacing: 0.08em;
}
.form-input {
width: 100%;
min-width: 0;
background: var(--surface-2);
border: 1px solid var(--border);
border-radius: var(--radius-sm);