Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jfmow authored Sep 17, 2024
1 parent d904608 commit d776118
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/Pages List/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export default function UsersPages() {
run()
}, [showArchivedPages])

const defaultStyles = " print:hidden print:collapse bg-[var(--background)] pt-[40px] flex-col overflow-x-hidden overflow-y-scroll "
const defaultStyles = " print:hidden print:collapse print:w-[0_!important] bg-[var(--background)] pt-[40px] flex-col overflow-x-hidden overflow-y-scroll "
const mobile = ` w-[100vw] h-[100svh] fixed top-0 left-0 right-0 bottom-0 z-[2] ${visible ? "flex" : "hidden"} `
const desktopStyles = ` w-[260px] relative h-[100dvh] ${visible ? "animate-slideout" : "animate-slidein"} `

Expand Down Expand Up @@ -249,4 +249,4 @@ async function getPages(showArchivedPages = false) {
toaster.error("An error occurred while fetching pages.")
return []
}
}
}

0 comments on commit d776118

Please sign in to comment.