chore: reduce navbar width

Now that we've reduced the height of the main navbar items and the icons
themselves, the bar itself and item selection area look abnormally wide.

This just reduces the width by 6px, which IMHO is just enough to counteract
the effect of the changes.

Related to #6774, from comment in #6777.

Signed-off-by: Tim deBoer <git@tdeboer.ca>
This commit is contained in:
Tim deBoer 2024-04-22 15:41:49 -04:00
parent b0683d775a
commit be81eee60f

View file

@ -38,11 +38,11 @@ module.exports = {
width: 'width',
},
width: {
'leftnavbar': '54px',
'leftnavbar': '48px',
'leftsidebar': '225px',
},
minWidth: {
'leftnavbar': '54px',
'leftnavbar': '48px',
'leftsidebar': '225px',
},
},