File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -127,8 +127,8 @@ https://raw.githubusercontent.com/emppu-dev/getfit/main/LICENSE
127
127
</div >
128
128
</div >
129
129
</CardContent >
130
- <CardFooter class =" flex justify-between" >
131
- <Button on:click ={handleButtonClick } variant =" default" >
130
+ <CardFooter class =" flex justify-between flex-col space-y-2 sm:flex-row sm:space-x-2 sm:space-y-0 " >
131
+ <Button on:click ={handleButtonClick } variant =" default" class = " w-full sm:w-auto " >
132
132
{#if ! isRunning && ! isPaused }
133
133
<Play class =" mr-2 h-4 w-4" />
134
134
Start
@@ -140,11 +140,11 @@ https://raw.githubusercontent.com/emppu-dev/getfit/main/LICENSE
140
140
Resume
141
141
{/if }
142
142
</Button >
143
- <Button on:click ={reset } variant =" destructive" >
143
+ <Button on:click ={reset } variant =" destructive" class = " w-full sm:w-auto " >
144
144
<RotateCcw class =" mr-2 h-4 w-4" />
145
145
Reset
146
146
</Button >
147
- <Button variant =" outline" href =" /dashboard" >
147
+ <Button variant =" outline" href =" /dashboard" class = " w-full sm:w-auto " >
148
148
<ArrowLeft class =" mr-2 h-4 w-4" />
149
149
Back to Dashboard
150
150
</Button >
You can’t perform that action at this time.
0 commit comments