mirror of
https://github.com/olehomelchenko/astrolabe.git
synced 2026-08-08 02:02:33 +00:00
Chart builder: data-aware defaults, one-click hint fixes, canvas preview, fullscreen modal
This commit is contained in:
@@ -28,6 +28,14 @@
|
||||
height: min(700px, 88vh);
|
||||
}
|
||||
|
||||
/* Extra-large: the Chart Builder — a work surface (config + a chart that wants room),
|
||||
with nothing useful behind it. Near-fullscreen, capped so it doesn't stretch absurdly
|
||||
on ultra-wide displays. Definite height so its panes scroll internally (not the modal). */
|
||||
.xlarge {
|
||||
width: min(1800px, 96vw);
|
||||
height: min(1100px, 92vh);
|
||||
}
|
||||
|
||||
/* Small: single-form modals (Extract). Grows with content up to a cap. */
|
||||
.small {
|
||||
width: min(560px, 92vw);
|
||||
|
||||
Reference in New Issue
Block a user