Add saving & clearing of changes of the sidebar tab ordering

This commit is contained in:
Oliver 2026-02-26 23:02:00 -07:00
parent a682048852
commit 8c8d16e315
5 changed files with 99 additions and 9 deletions

View file

@ -3,10 +3,18 @@
gap: 16px;
}
main {
width: min-content;
}
footer {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 8px;
.wide {
grid-column: span 2;
}
}
.drop-zone {
@ -66,4 +74,11 @@
.bottom-label {
text-align: right;
}
.warning {
border: 1px solid var(--color-level-warning-border);
border-radius: 4px;
padding: 4px 6px;
font-weight: 600;
}
}