mirror of
https://github.com/Vikeo/LifeTrinket.git
synced 2025-11-14 15:07:59 +00:00
fix styling
This commit is contained in:
@@ -17,7 +17,6 @@ import { InfoModal } from '../../Misc/InfoModal';
|
|||||||
import { SettingsModal } from '../../Misc/SettingsModal';
|
import { SettingsModal } from '../../Misc/SettingsModal';
|
||||||
import { Spacer } from '../../Misc/Spacer';
|
import { Spacer } from '../../Misc/Spacer';
|
||||||
import { SupportMe } from '../../Misc/SupportMe';
|
import { SupportMe } from '../../Misc/SupportMe';
|
||||||
import { H1, Paragraph } from '../../Misc/TextComponents';
|
|
||||||
import { LayoutOptions } from './LayoutOptions';
|
import { LayoutOptions } from './LayoutOptions';
|
||||||
|
|
||||||
const MainWrapper = styled.div`
|
const MainWrapper = styled.div`
|
||||||
@@ -194,7 +193,10 @@ const Start = () => {
|
|||||||
|
|
||||||
<SupportMe />
|
<SupportMe />
|
||||||
|
|
||||||
<H1>Life Trinket</H1>
|
<h1 className="text-3xl block font-bold mt-6 mb-5 text-text-primary">
|
||||||
|
Life Trinket
|
||||||
|
</h1>
|
||||||
|
|
||||||
<FormControl focused={false} style={{ width: '80vw' }}>
|
<FormControl focused={false} style={{ width: '80vw' }}>
|
||||||
<FormLabel>Number of Players</FormLabel>
|
<FormLabel>Number of Players</FormLabel>
|
||||||
<Slider
|
<Slider
|
||||||
@@ -302,13 +304,11 @@ const Start = () => {
|
|||||||
</FormControl>
|
</FormControl>
|
||||||
|
|
||||||
{!isPWA && (
|
{!isPWA && (
|
||||||
<Paragraph
|
<p className="text-center, max-w-[75%] text-xs text-text-primary">
|
||||||
style={{ textAlign: 'center', maxWidth: '75%', fontSize: '0.7rem' }}
|
|
||||||
>
|
|
||||||
If you're on iOS, this page works better if you{' '}
|
If you're on iOS, this page works better if you{' '}
|
||||||
<strong>hide the toolbar</strong> or{' '}
|
<strong>hide the toolbar</strong> or{' '}
|
||||||
<strong>add the app to your home screen</strong>.
|
<strong>add the app to your home screen</strong>.
|
||||||
</Paragraph>
|
</p>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
<StartButtonFooter>
|
<StartButtonFooter>
|
||||||
|
|||||||
@@ -35,6 +35,12 @@ export default {
|
|||||||
'player0 player4 player4 player4 player4 player5 player5 player5 player5 player3',
|
'player0 player4 player4 player4 player4 player5 player5 player5 player5 player3',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
colors: {
|
||||||
|
text: {
|
||||||
|
primary: '#F5F5F5',
|
||||||
|
secondary: '#b3b39b',
|
||||||
|
},
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
plugins: [tailwindcssGridAreas],
|
plugins: [tailwindcssGridAreas],
|
||||||
|
|||||||
Reference in New Issue
Block a user