Skip to content

Commit

Permalink
general ui tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
electh committed Jan 27, 2025
1 parent b3d7556 commit d858a18
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default function ArticleListFooter() {
const $activeAudio = useStore(activeAudio);

return (
<div className="article-list-footer absolute bottom-0 w-full bg-transparent flex flex-col items-center justify-center pb-4 standalone:pb-safe">
<div className="article-list-footer absolute bottom-0 w-full bg-transparent flex flex-col items-center justify-center pb-4 standalone:pb-safe-or-4">
<AnimatePresence initial={false} mode="wait">
{$activeAudio && <AudioPlayer source={$activeAudio} />}
</AnimatePresence>
Expand Down

0 comments on commit d858a18

Please sign in to comment.