bitview: reorg part 9

This commit is contained in:
nym21
2025-10-01 23:17:48 +02:00
parent 62d4b35c93
commit c4ce718bb2
102 changed files with 1654 additions and 1798 deletions
+3 -3
View File
@@ -991,7 +991,7 @@
}
.chart > legend,
#charts > fieldset {
#chart > fieldset {
text-transform: lowercase;
flex-shrink: 0;
display: flex;
@@ -1161,7 +1161,7 @@
}
}
#charts {
#chart {
display: flex;
flex-direction: column;
height: 100%;
@@ -1824,7 +1824,7 @@
</main>
<aside id="aside">
<div id="explorer" hidden></div>
<div id="charts" hidden></div>
<div id="chart" hidden></div>
<div id="table" hidden></div>
<div id="simulation" hidden></div>
</aside>