08-19-2019, 02:08 AM
There are a few things going on here.
1) if you reduce the window size to mobile portrait screen dimensions you’ll get the mobile portrait screen layout which does not include the cover view button. before the cover view button existed that position was taken up by the repeat button which is what is there for mobile portrait screen sizes.
2) the multiple rows of buttons is due to the css not updating when the window is resized, I’d have to look to see why that’s happening.
Originally we’d planned to allow the user to choose which buttons to display on-screen with the rest being moved to the menu but I haven’t had time to work on moode lately (there’s actually a bunch of stuff from like may hanging around I haven’t had time to integrate). If we do implement that then cover view will be an option along with the rest but I can’t see it ever being a default for mobile portrait screen sizes.
1) if you reduce the window size to mobile portrait screen dimensions you’ll get the mobile portrait screen layout which does not include the cover view button. before the cover view button existed that position was taken up by the repeat button which is what is there for mobile portrait screen sizes.
2) the multiple rows of buttons is due to the css not updating when the window is resized, I’d have to look to see why that’s happening.
Originally we’d planned to allow the user to choose which buttons to display on-screen with the rest being moved to the menu but I haven’t had time to work on moode lately (there’s actually a bunch of stuff from like may hanging around I haven’t had time to integrate). If we do implement that then cover view will be an option along with the rest but I can’t see it ever being a default for mobile portrait screen sizes.