mescon / Muximux

A lightweight way to manage your HTPC
GNU General Public License v2.0
1.14k stars 82 forks source link

Feature/mobilemenufix #85

Closed atribe closed 7 years ago

atribe commented 7 years ago

Hi,

I had a problem on my setup because I had too many items and when they were displayed in the mobile menu it didn't scroll. This means I couldn't access the items at the bottom of the list. To fix this I've added some css that only runs on the small screen sizes. I also added some css to set it's height to 80% of the screen size.

In addition I added some javascript to undo the change to the mobile menu. So you can go back to desktop from a small screen. This is all based on screen size, not user agent. To do this I added a cd-tab class to the drop-nav menu items.

mescon commented 7 years ago

Nice - feel free to keep working on more functions :-)

atribe commented 7 years ago

Thanks, the one function I'd like is to open things in new tabs. But I saw in an issue someone raised you weren't interested in that. Has that changed?

mescon commented 7 years ago

Hey, sorry for not responding in a timely manner!

This will probably be added too, but we're already working on that :-) Version 2.0 is just around the corner, so wait a bit and it'll be there!