From f07a62774e3a3cd293c5da673e62f5e294693309 Mon Sep 17 00:00:00 2001 From: Mohamadzadeh <7796733@gmail.com> Date: Wed, 19 Aug 2026 20:00:23 +0330 Subject: [PATCH] fix sidebar --- dist/layout.js | 6 +++--- src/layout/Sidebar.jsx | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dist/layout.js b/dist/layout.js index e09ae5d..d7fed2c 100644 --- a/dist/layout.js +++ b/dist/layout.js @@ -178,8 +178,8 @@ const RA = ({ position: "absolute", top: 0, bottom: 0, - insetInlineStart: "8px", - insetInlineEnd: "8px", + insetInlineStart: "4px", + insetInlineEnd: "4px", bg: "gray.200", borderRadius: "md", zIndex: 0 @@ -192,7 +192,7 @@ const RA = ({ }, icon: /* @__PURE__ */ e(d, { as: o.icon }), fontSize: "xl", - size: { base: "sm", lg: "lg" }, + size: { base: "sm", lg: "md" }, "aria-label": o.title, "aria-current": A ? "page" : void 0 }; diff --git a/src/layout/Sidebar.jsx b/src/layout/Sidebar.jsx index 6c6ad73..a2926c4 100644 --- a/src/layout/Sidebar.jsx +++ b/src/layout/Sidebar.jsx @@ -79,8 +79,8 @@ const DesktopNavItem = ({ position: "absolute", top: 0, bottom: 0, - insetInlineStart: "8px", - insetInlineEnd: "8px", + insetInlineStart: "4px", + insetInlineEnd: "4px", bg: "gray.200", borderRadius: "md", zIndex: 0, @@ -96,7 +96,7 @@ const DesktopNavItem = ({ icon: , fontSize: "xl", - size: { base: "sm", lg: "lg" }, + size: { base: "sm", lg: "md" }, "aria-label": item.title, "aria-current": isActive ? "page" : undefined, };