From c0305aab92d59198f4ca41c5212b31ad0f0eca99 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 22 Jul 2026 18:58:29 +0000 Subject: [PATCH 1/2] playground: balance the mobile toolbar export buttons The two motion-export buttons (Download BVH / Download glTF) auto-flowed into the mobile toolbar grid and landed in the left half of a row, leaving the right half empty and the cluster looking ragged. Group them in a `.tb-downloads` wrapper that is `display: contents` on desktop (so the desktop flex toolbar is unchanged) and becomes a single full-width grid row split into two equal halves on mobile. No design-language changes: same buttons, colours, and radius, just a balanced layout. Signed-off-by: Claude --- playground/play.html | 34 ++++++++++++++++++---------------- playground/src/style.css | 22 ++++++++++++++++++++++ 2 files changed, 40 insertions(+), 16 deletions(-) diff --git a/playground/play.html b/playground/play.html index 87479a4..405c120 100644 --- a/playground/play.html +++ b/playground/play.html @@ -119,22 +119,24 @@ Share - - +
+ + +