diff --git a/services/frontend-service/src/assets/_variables.scss b/services/frontend-service/src/assets/_variables.scss index 4f5da2e23..387093fad 100644 --- a/services/frontend-service/src/assets/_variables.scss +++ b/services/frontend-service/src/assets/_variables.scss @@ -41,7 +41,7 @@ $sidebar-transition-duration-large-screen: 0.4s; // Top App Bar $top-app-bar-padding: 0.5em 0 0.5em $nav-bar-width; // 0.5em on top and bottom each -$top-app-bar-height: 5em; // 5em = 80px +$top-app-bar-height: 10em; $top-app-bar-section-gap: 61px; // Logo // 4em = 64px - Logo_width(40px) = 24px / 2 = 12px diff --git a/services/frontend-service/src/ui/components/SideBar/SideBar.tsx b/services/frontend-service/src/ui/components/SideBar/SideBar.tsx index 7370e22f1..a8f65e104 100644 --- a/services/frontend-service/src/ui/components/SideBar/SideBar.tsx +++ b/services/frontend-service/src/ui/components/SideBar/SideBar.tsx @@ -553,6 +553,7 @@ export const SideBar: React.FC<{ className?: string }> = (props) => { return (