website: reorg

This commit is contained in:
k
2024-12-02 10:03:41 +01:00
parent 44fa96eb49
commit 141cd819a1
13 changed files with 1795 additions and 1616 deletions

View File

@@ -14,18 +14,6 @@
}
}
div:has(> input + button) {
display: flex;
gap: 0.5rem;
align-items: baseline;
button {
color: var(--off-color);
font-size: var(--font-size-sm);
line-height: var(--line-height-sm);
}
}
@media (max-width: 767px) {
overflow-y: auto;
@@ -76,11 +64,11 @@
}
}
.charts {
.chart {
flex-shrink: 0;
height: 400px;
.chart-div {
.lightweight-chart {
margin-left: calc(var(--negative-main-padding) / 2);
}
}