Sequence editor. Layout fixes
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user