mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-04-21 17:47:22 +00:00
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:
parent
b0683d775a
commit
be81eee60f
1 changed files with 2 additions and 2 deletions
|
|
@ -38,11 +38,11 @@ module.exports = {
|
|||
width: 'width',
|
||||
},
|
||||
width: {
|
||||
'leftnavbar': '54px',
|
||||
'leftnavbar': '48px',
|
||||
'leftsidebar': '225px',
|
||||
},
|
||||
minWidth: {
|
||||
'leftnavbar': '54px',
|
||||
'leftnavbar': '48px',
|
||||
'leftsidebar': '225px',
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue