From 68e11c57e1b06ccdafb526457a89cc24e25c7d78 Mon Sep 17 00:00:00 2001 From: crib Date: Tue, 25 Nov 2025 17:07:14 +0100 Subject: [PATCH] v1.1.2 - Bug fixes: Fixed Text on buttons to wrap and adapt properly --- styles.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/styles.css b/styles.css index 736530f..50eb607 100644 --- a/styles.css +++ b/styles.css @@ -288,11 +288,16 @@ } .immerse-active-controls .immerse-btn { - flex: 1; - min-width: 80px; + flex: 1 1 auto; + min-width: 100px; + max-width: 100%; background: rgba(255, 255, 255, 0.2); color: white; border: none; + white-space: normal; + word-wrap: break-word; + line-height: 1.3; + padding: 8px 12px; } .immerse-active-controls .immerse-btn:hover {