Skip to content

Commit

Permalink
fix: player margin safe
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoban committed Nov 25, 2024
1 parent 7d034e0 commit 1182497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/renderer/src/modules/entry-column/wrapper.mobile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const EntryColumnWrapper = forwardRef<HTMLDivElement, EntryColumnWrapperP
</PullToRefresh>
</div>

<CornerPlayer className="w-full md:w-[350px]" />
<CornerPlayer className="w-full !mb-safe md:w-[350px]" />
</div>
)
},
Expand Down

0 comments on commit 1182497

Please sign in to comment.