Skip to content

Commit

Permalink
chore: mobile skeleton size
Browse files Browse the repository at this point in the history
  • Loading branch information
canerakdas committed Dec 28, 2024
1 parent a65e280 commit 980cacc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const PrebuiltDownloadButtons: FC = () => {
: '';

return (
<div className="my-4 flex flex-wrap gap-2">
<div className="my-4 flex flex-col flex-wrap gap-2 sm:flex-row">
<Skeleton
loading={os === 'LOADING' || platform === ''}
hide={OS_NOT_SUPPORTING_INSTALLERS.includes(os)}
Expand Down

0 comments on commit 980cacc

Please sign in to comment.