mirror of
https://github.com/Jellify-Music/App.git
synced 2026-01-25 04:28:40 -06:00
all about widths
This commit is contained in:
@@ -63,7 +63,6 @@ export default function ServerAddress(): React.JSX.Element {
|
||||
size="$2"
|
||||
width={100} />
|
||||
<Input
|
||||
width={400}
|
||||
placeholder="jellyfin.org"
|
||||
onChangeText={setServerAddress} />
|
||||
</XStack>
|
||||
|
||||
@@ -5,7 +5,6 @@ export function SwitchWithLabel(props: { size: SizeTokens; checked: boolean, lab
|
||||
return (
|
||||
<XStack width={props.width ?? 150} alignItems="center" gap="$4">
|
||||
<Label
|
||||
minWidth={50}
|
||||
justifyContent="flex-end"
|
||||
size={props.size}
|
||||
htmlFor={id}
|
||||
|
||||
Reference in New Issue
Block a user