diff options
| author | Ruben Beltran del Rio <jj@r.bdr.sh> | 2026-01-30 14:53:13 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <jj@r.bdr.sh> | 2026-01-30 14:57:04 +0100 |
| commit | d3764eca1e97d68fafc82068ef42043248332002 (patch) | |
| tree | 05115832d7c47901f7a54362898bf192196696fa | |
| parent | 34b9a2a327df1022a0fa13afeddd394a90f2adc0 (diff) | |
| -rw-r--r-- | src/App.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/App.css b/src/App.css index 1e82cf4..8d92fee 100644 --- a/src/App.css +++ b/src/App.css @@ -167,12 +167,18 @@ body, position: relative; display: flex; flex-direction: column; + min-width: 0; + min-height: 0; + height: 100%; } .scene-container { flex: 1; background: #4a4a4a; position: relative; + width: 100%; + height: 100%; + min-height: 0; } .spin-button { @@ -276,6 +282,7 @@ body, top: 16px; right: 16px; width: 280px; + opacity: 0.75; background: var(--background); border-radius: 12px; padding: 16px; @@ -394,6 +401,10 @@ body, width: calc(100vw - 32px); max-width: 320px; } + + .spin-button { + bottom: 80px; + } } /* Desktop: Sidebar always visible */ |