@objectifthunes/whiteboard 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -435,3 +435,24 @@
435
435
  from { transform: rotate(0deg); }
436
436
  to { transform: rotate(360deg); }
437
437
  }
438
+
439
+ /* ── Responsive ─────────────────────────────────────── */
440
+
441
+ @media (max-width: 768px) {
442
+ .floating-panel {
443
+ max-width: min(calc(100vw - 1rem), 96vw);
444
+ }
445
+
446
+ .zoom-bar {
447
+ right: 0.44rem;
448
+ top: auto;
449
+ bottom: 0.44rem;
450
+ transform: none;
451
+ max-height: calc(100vh - 1rem);
452
+ }
453
+
454
+ .minimap {
455
+ right: 0.44rem;
456
+ bottom: 4.9rem;
457
+ }
458
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@objectifthunes/whiteboard",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Pan/zoom whiteboard canvas with draggable panels, minimap, snap-to-grid, and zoom controls",
5
5
  "license": "MIT",
6
6
  "type": "module",