diff --git a/src/components/Partials/Layout.jsx b/src/components/Partials/Layout.jsx index c4cf303..4fa7208 100644 --- a/src/components/Partials/Layout.jsx +++ b/src/components/Partials/Layout.jsx @@ -62,7 +62,7 @@ export default function Layout({ children }) { drawer ? "2xl:w-[335px] w-[280px] 2xl:pl-20 pl-10 pr-6 " : "w-[70px]" - } bg-white dark:bg-dark-white h-full overflow-y-scroll overflow-style-none fixed left-0 top-0 pt-8`} + } bg-white dark:bg-dark-white h-full overflow-y-scroll overflow-style-none fixed left-0 top-0 pt-[30px]`} >
diff --git a/src/index.css b/src/index.css index 745f3de..1e77d46 100644 --- a/src/index.css +++ b/src/index.css @@ -303,7 +303,7 @@ input[type="text"][dir="rtl"] { .sidebar-logo.enter { transform: scale(1); - width: 100%; + width: 80%; } .sidebar-logo { transform: scale(0);