Skip to content

Commit

Permalink
chore: remove expand all on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
nakedfool committed Dec 12, 2024
1 parent 72a5341 commit f4090c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const EntryPreviewTitleToggle: FC = () => {
if (!enabledPreview || enabledPreview !== EntryPreview.TITLE) return null;

return (
<div className="flex gap-4 items-center">
<div className="hidden md:flex gap-4 items-center">
<Switch
checked={isExpanded}
onChange={setIsExpanded}
Expand Down

0 comments on commit f4090c9

Please sign in to comment.