diff --git a/ui/src/components/app/sidenav.tsx b/ui/src/components/app/sidenav.tsx index 2d709bfa..ce978ea7 100644 --- a/ui/src/components/app/sidenav.tsx +++ b/ui/src/components/app/sidenav.tsx @@ -38,14 +38,14 @@ export const SideNav = ({logitsExist}: {logitsExist:boolean}) => { }, ); return ( - - - + + + CONTENTS -
+
    {idList.map((item) => (
  • diff --git a/ui/src/globals.css b/ui/src/globals.css index bdca90d3..cc3ca494 100644 --- a/ui/src/globals.css +++ b/ui/src/globals.css @@ -84,9 +84,8 @@ html { position: fixed; right: 0; top: 0; - width: 125px; + width: 80px; height: 100%; background-color: #f4f4f4; - /* padding: 10px; */ box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1); } diff --git a/ui/src/routes/features/page.tsx b/ui/src/routes/features/page.tsx index b13cbf78..259f14da 100644 --- a/ui/src/routes/features/page.tsx +++ b/ui/src/routes/features/page.tsx @@ -89,11 +89,11 @@ export const FeaturesPage = () => { }, [dictionariesState.value]); return ( -
    +
    -
    +
    Select dictionary: