nextcloud / whiteboard

Create & collaborate on an infinite canvas!
https://apps.nextcloud.com/apps/whiteboard
GNU Affero General Public License v3.0
59 stars 8 forks source link

fix: prevent preview div from collapsing to 0px height #277

Open pbirrer opened 1 day ago

pbirrer commented 1 day ago

The whiteboard preview in the text app editor is currently collapsing entirely, rendering it unusable. This issue has been observed in both Firefox and Chromium browsers. This commit addresses the problem by setting a minimum height of 400px for the preview, ensuring it remains visible and functional.

From: whiteboard-preview-current

To: whiteboard-preview-fixed

@nextcloud/designers: Are there any potential impacts this change might have on other parts of the application?

pbirrer commented 1 day ago

I believe the Excalidraw widget is intentionally set to read-only mode in the preview, which makes sense. However, it would be great if the menu bar at the bottom could be removed in the preview for a cleaner look.