mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-20 14:37:43 +01:00
Merge pull request #850 from movie-web/setup-card-mobile
Mobile view for SetupPart
This commit is contained in:
commit
d5e0dd02e0
1 changed files with 2 additions and 2 deletions
|
@ -155,7 +155,7 @@ export function SetupPart() {
|
|||
|
||||
return (
|
||||
<SettingsCard>
|
||||
<div className="flex items-start gap-4">
|
||||
<div className="flex flex-col md:flex-row items-start gap-4">
|
||||
<div>
|
||||
<div
|
||||
className={classNames({
|
||||
|
@ -193,7 +193,7 @@ export function SetupPart() {
|
|||
{t("settings.connections.setup.items.default")}
|
||||
</SetupCheckList>
|
||||
</div>
|
||||
<div className="mt-5">
|
||||
<div className="md:mt-5">
|
||||
<Button theme="purple" onClick={() => navigate("/onboarding")}>
|
||||
{t(textLookupMap[globalState].button)}
|
||||
</Button>
|
||||
|
|
Loading…
Reference in a new issue