Skip to content

Commit

Permalink
sidebar resize
Browse files Browse the repository at this point in the history
  • Loading branch information
apollo1291 committed Aug 20, 2023
1 parent 1e17ddf commit b9d4edc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend2/src/components/sidebar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const Sidebar: React.FC<SidebarProps> = ({ collapsed }) => {
const linkBase = `/${episodeId}/`;

return collapsed ? null : (
<div className="flex flex-col gap-8 py-4 h-full bg-gray-50 shadow-gray-200 shadow-sm">
<div className="flex flex-col gap-8 py-4 h-full bg-gray-50 shadow-gray-200 shadow-sm hidden sm:block">
<SidebarSection title="">
<SidebarItem
icon={<HomeIcon className="h-6 w-6" />}
Expand Down

0 comments on commit b9d4edc

Please sign in to comment.