21 // Minimal styles for the WebGL error pane.
23 // Instead of loading full Bootstrap, we duplicate a small subset here.
24 // This avoids forcing all users to load extra CSS for a rare error case.
26 // Tradeoff: styling may drift from the main UI over time since they are not shared.
27 // To minimize issues, these styles are kept loosely coupled—
28 // if they become outdated, they should degrade gracefully.
30 background-color: #cff4fc;
36 flex-direction: column;
38 justify-content: center;
45 // purposely not supported to keep things simple
46 .maplibre-error-compact, .bi {
47 display: none !important;