diff options
Diffstat (limited to 'www')
| -rw-r--r-- | www/templates/first-use.html | 4 | ||||
| -rw-r--r-- | www/templates/montage.html | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/www/templates/first-use.html b/www/templates/first-use.html index 81132395..bf8808c1 100644 --- a/www/templates/first-use.html +++ b/www/templates/first-use.html @@ -22,9 +22,9 @@ <button id="firstuse" class="button button-stable animated bounceInUp" ng-click="goToLogin()"> Let's Get Started! </button> + </center> - </div> - </center> + </div> </ion-content> diff --git a/www/templates/montage.html b/www/templates/montage.html index 91108446..51ad3d19 100644 --- a/www/templates/montage.html +++ b/www/templates/montage.html @@ -42,6 +42,7 @@ </div> </span> + <div ng-style="packMontage ? { '-webkit-column-count':slider.monsize,'-webkit-column-gap':'0px','line-height':'0px','-webkit-column-fill': 'balance', 'column-fill': 'balance'} : {'-webkit-column-count':slider.monsize,'-webkit-column-gap':'0px','line-height':'0px','display':'-webkit-flex','-webkit-flex-direction':'row','flex-direction':'row', 'flex-wrap':'wrap' }"> |
