Improve finance 3D controls and simulation

This commit is contained in:
2026-06-04 13:42:38 +02:00
parent a8dc565478
commit 13a7331f3d
3 changed files with 173 additions and 11 deletions
+17
View File
@@ -54,6 +54,23 @@ body,
touch-action: none;
}
.finance-3d-range-row {
align-items: center;
display: flex;
gap: 10px;
min-height: 38px;
}
.finance-3d-range {
flex: 1 1 auto;
min-width: 120px;
}
.finance-3d-factor {
min-width: 48px;
text-align: right;
}
@media (max-width: 700px) {
.finance-3d-surface {
min-height: 420px;