Search: Fixes margins and paddings and left position (#50570)

This commit is contained in:
Torkel Ödegaard
2022-06-10 11:30:52 +02:00
committed by GitHub
parent c8914ecd8a
commit c1d405a200
3 changed files with 5 additions and 5 deletions
@@ -90,7 +90,7 @@ export function createComponents(colors: ThemeColors, shadows: ThemeShadows): Th
background: colors.mode === 'dark' ? 'rgba(63, 62, 62, 0.45)' : 'rgba(208, 209, 211, 0.24)',
},
sidemenu: {
width: 48,
width: 57,
},
menuTabs: {
height: 41,