LycheeOrg / Lychee-front

JS implementation of Lychee frontend
https://lycheeorg.github.io/
MIT License
48 stars 53 forks source link

Bugfix #178

Closed bluser86 closed 4 years ago

bluser86 commented 4 years ago

Fix #177

Added a min-width property for blocklevel left menu items so that collapsing the menu doesn't cause the menu item labels to cascade to a new line.

Also removed spaces between menu items and icons because this causes misalignment.

bluser86 commented 4 years ago

I actually changed my mind regarding the min-width as this might have implications when the menu needs to be resized for responsiveness. Instead I opted for using a white-space: nowrap; setting on the link menu to prevent wrapping that way.