1
0

fix mobile crown

This commit is contained in:
2026-03-08 00:41:36 +09:00
parent b99314d838
commit cab196a91f

View File

@@ -385,10 +385,10 @@ export default function App() {
{/* Clear crowns - gold(top), silver, bronze(bottom) */} {/* Clear crowns - gold(top), silver, bronze(bottom) */}
{!isNasa && (crowns.bronze || crowns.silver || crowns.gold) && ( {!isNasa && (crowns.bronze || crowns.silver || crowns.gold) && (
<div style={{ <div style={{
position: 'absolute', position: 'fixed',
bottom: 16, bottom: 'max(16px, env(safe-area-inset-bottom, 0px))',
right: 16, right: 16,
zIndex: 3, zIndex: 100,
display: 'flex', display: 'flex',
flexDirection: 'column', flexDirection: 'column',
gap: 4, gap: 4,