Skip to content

Commit

Permalink
Merge pull request #1809 from yashnirmal/fix1806_sidebar_responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
CBID2 authored Oct 5, 2023
2 parents 391156d + 707170b commit 95073d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion components/SideNavbar/SideNavbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const SideNavbar: FC = () => {
/>
{createPortal(
<div
className={`fixed top-0 left-0 z-[100] h-full w-[310px] transition-all lg:hidden
className={`fixed top-0 left-0 z-[100] h-full w-full folding:w-[310px] transition-all lg:hidden
${sidebar ? 'animate-slide-in' : 'animate-slide-out'}
`}
>
Expand Down
1 change: 1 addition & 0 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ module.exports = {
},
screens: {
xs: '200px',
folding: '320px',
},
keyframes: {
'button-press': {
Expand Down

1 comment on commit 95073d7

@vercel
Copy link

@vercel vercel bot commented on 95073d7 Oct 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.