Skeleton: Update drawer width breakpoints

This commit is contained in:
2025-03-18 13:29:44 +01:00
parent 6f329322bc
commit d3827cf914

View File

@ -99,7 +99,7 @@
const drawer_settings_base: DrawerSettings = {
position: "top",
height: "auto",
padding: "lg:px-96 pt-14", // pt-14 is 56px, so its missing 4px for the 60px navbar...
padding: "2xl:px-96 pt-14", // pt-14 is 56px, so its missing 4px for the 60px navbar...
bgDrawer: "bg-surface-100",
duration: 150,
};