Skip to content

Commit

Permalink
chore: remove expand all on mobile (#3068)
Browse files Browse the repository at this point in the history
  • Loading branch information
nakedfool authored Dec 13, 2024
1 parent b5ed565 commit 69c19ea
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 69c19ea

Please sign in to comment.