matthiku / cSpot

c-SPOT - the church-Services Planning Online Tool
5 stars 4 forks source link

Hide navbar buttons on small devices for sheetmusic and chords display #89

Closed matthiku closed 8 years ago

matthiku commented 8 years ago

left jump dropup menu is missing when there are no verses etc...

With sheetmusic showing, the navbar is dropping below lower screen edge when phone is in portrait orientation!

in chords presentation, navbar disappears when shoing a 'comment-only' item!

It should always show the 'Wait...' modal when going to next screen!

matthiku commented 8 years ago

in helpers.js, I changed the following line: from: $('.edit-show-buttons').show(); to: $('.edit-show-buttons').css('display', 'inline');

matthiku commented 8 years ago

not fully resolved ... :(