From feac7239244399237079b5ccee342dde01d115ed Mon Sep 17 00:00:00 2001 From: soryu Date: Mon, 17 Nov 2025 02:13:46 +0000 Subject: Improve mobile layout and styles\n\n- Move in-app buttons to a fixed bottom bar on mobile\n- Shrink masthead and volume badge on landing\n- Import mobile stylesheet in app entry\n- Place velocity/energy stats above bottom buttons\n- Adjust dialogue/input spacing to avoid overlap --- frontend/src/main.tsx | 1 + 1 file changed, 1 insertion(+) (limited to 'frontend/src/main.tsx') diff --git a/frontend/src/main.tsx b/frontend/src/main.tsx index ca5a10c..9373927 100644 --- a/frontend/src/main.tsx +++ b/frontend/src/main.tsx @@ -2,6 +2,7 @@ import React from 'react' import ReactDOM from 'react-dom/client' import App from './App' import './styles/pc98.css' +import './styles/mobile.css' ReactDOM.createRoot(document.getElementById('root')!).render( -- cgit v1.2.3