Add saving & clearing of changes of the sidebar tab ordering
This commit is contained in:
parent
a682048852
commit
8c8d16e315
5 changed files with 99 additions and 9 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue