From 6f124185b2198ade74727e8faef802088d0f7ea7 Mon Sep 17 00:00:00 2001 From: Daniel Date: Sun, 24 Nov 2024 17:04:21 +0100 Subject: [PATCH] UPDATE: Cosmetic changes on file bar --- webapp/src/AppComponents/FileBar.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webapp/src/AppComponents/FileBar.tsx b/webapp/src/AppComponents/FileBar.tsx index 3c9f2eb..647554e 100644 --- a/webapp/src/AppComponents/FileBar.tsx +++ b/webapp/src/AppComponents/FileBar.tsx @@ -84,7 +84,7 @@ export function FileBar(properties: { const StyledDesktopLogo = styled(IronCalcLogo)` width: 120px; - margin-left: 10px; + margin-left: 12px; @media (max-width: 769px) { display: none; } @@ -107,7 +107,7 @@ const Toast = styled("div")` `; const Divider = styled("div")` - margin: 10px; + margin: 0px 16px; height: 12px; border-left: 1px solid #e0e0e0; `;