v1.1.2 - Bug fixes: Fixed Text on buttons to wrap and adapt properly

This commit is contained in:
2025-11-25 17:07:14 +01:00
parent 50ef40d2e0
commit 68e11c57e1

View File

@@ -288,11 +288,16 @@
} }
.immerse-active-controls .immerse-btn { .immerse-active-controls .immerse-btn {
flex: 1; flex: 1 1 auto;
min-width: 80px; min-width: 100px;
max-width: 100%;
background: rgba(255, 255, 255, 0.2); background: rgba(255, 255, 255, 0.2);
color: white; color: white;
border: none; border: none;
white-space: normal;
word-wrap: break-word;
line-height: 1.3;
padding: 8px 12px;
} }
.immerse-active-controls .immerse-btn:hover { .immerse-active-controls .immerse-btn:hover {