aboutsummaryrefslogtreecommitdiffstats
path: root/packages/renderer/src/components/locationBar/LocationBar.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'packages/renderer/src/components/locationBar/LocationBar.tsx')
-rw-r--r--packages/renderer/src/components/locationBar/LocationBar.tsx2
1 files changed, 0 insertions, 2 deletions
diff --git a/packages/renderer/src/components/locationBar/LocationBar.tsx b/packages/renderer/src/components/locationBar/LocationBar.tsx
index 8b079f0..0debaab 100644
--- a/packages/renderer/src/components/locationBar/LocationBar.tsx
+++ b/packages/renderer/src/components/locationBar/LocationBar.tsx
@@ -36,8 +36,6 @@ const LocationBarRoot = styled('header', {
36 display: hidden ? 'none' : 'flex', 36 display: hidden ? 'none' : 'flex',
37 flexDirection: 'row', 37 flexDirection: 'row',
38 padding: theme.spacing(1), 38 padding: theme.spacing(1),
39 // Align the bottom border with the service switcher in the sidebar.
40 paddingBottom: `calc(${theme.spacing(1)} - 1px)`,
41 gap: theme.spacing(1), 39 gap: theme.spacing(1),
42 borderBottom: `1px solid ${theme.palette.divider}`, 40 borderBottom: `1px solid ${theme.palette.divider}`,
43})); 41}));