Update padding in DashboardNavigation component to enhance layout consistency and improve user interaction.

This commit is contained in:
Tom Butcher 2026-06-21 23:45:03 +01:00
parent 8568a8a8ce
commit 0e8f4506cc

View File

@ -225,7 +225,7 @@ const DashboardNavigation = () => {
align='center' align='center'
style={{ marginTop: '-2px', marginRight: '6px' }} style={{ marginTop: '-2px', marginRight: '6px' }}
> >
<Space style={{ paddingTop: '2px' }}> <Space style={{ paddingTop: '2px', marginRight: '8px' }}>
<WebAppSwitcher /> <WebAppSwitcher />
<KeyboardShortcut <KeyboardShortcut
shortcut='alt+q' shortcut='alt+q'