mirror of
https://github.com/Jellify-Music/App.git
synced 2026-05-01 16:09:44 -05:00
flex
This commit is contained in:
@@ -53,12 +53,11 @@ export default function ServerAddress(): React.JSX.Element {
|
||||
});
|
||||
|
||||
return (
|
||||
<YStack flex={4} alignContent='center'>
|
||||
<YStack flex={1} alignContent='center'>
|
||||
<SizableText flex={1} style={{ fontSize: 25, fontWeight: '800' }}>Connect to Jellyfin</SizableText>
|
||||
<XStack flex={2}>
|
||||
<SwitchWithLabel checked={useHttps} onCheckedChange={(checked) => setUseHttps(checked)} label="HTTPS" size="$2" />
|
||||
<Input
|
||||
flex={4}
|
||||
placeholder="jellyfin.org"
|
||||
onChangeText={setServerAddress}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user