diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2017-12-24 14:33:58 -0500 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2017-12-24 14:33:58 -0500 |
| commit | d9919346440013f3ced64df1295eea4c83fb6c53 (patch) | |
| tree | e7d2aa488990356fd9866b08d84288697e54edaa /www/templates | |
| parent | 68400d52f749178eccc155bb462e3dc74da06c1d (diff) | |
#570 more usability tweaks
Diffstat (limited to 'www/templates')
| -rw-r--r-- | www/templates/image-modal.html | 2 | ||||
| -rw-r--r-- | www/templates/moment.html | 7 |
2 files changed, 5 insertions, 4 deletions
diff --git a/www/templates/image-modal.html b/www/templates/image-modal.html index a682a8e6..2ac07f40 100644 --- a/www/templates/image-modal.html +++ b/www/templates/image-modal.html @@ -5,7 +5,7 @@ <div id="imagecontainer"> <ion-scroll has-bouncing=false min-zoom=1 zooming="true" direction="xy" style="width: 100%;" overflow-scroll="false"> - <img style="width:100vw; height:100vh;" on-double-tap="closeModal();" ng-src="{{thumbnailLarge}}" style="display:block; width:100%" /> + <img on-double-tap="closeModal();" ng-src="{{thumbnailLarge}}" style="display:block; width:100%;" /> </ion-scroll> </div> diff --git a/www/templates/moment.html b/www/templates/moment.html index d2bbe8d8..c00bf35e 100644 --- a/www/templates/moment.html +++ b/www/templates/moment.html @@ -98,12 +98,13 @@ img-spinner-w="{{moment.Event.width}}" img-spinner-h="{{moment.Event.height}}" image-spinner-loader="lines" on-tap="playEvent(moment)" /> - <figcaption ng-if="showIcons" class="normal-subfigcaption"> - <span style="float:right"> + <div ng-if="showIcons" class="normal-subfigcaption" > + <button ng-class="moment.Event.pinned? 'button button-small button-icon icon ion-ios-flag assertive': 'button button-small button-icon icon ion-pin'" ng-click="togglePin(moment.Event.Id)"></button> - </figcaption> + + </div> <!--on-tap="showThumbnail(moment.Event.baseURL,moment.Event.MaxScoreFrameId)"--> <figcaption ng-if="showIcons" class="normal-figcaption"> {{moment.Event.humanizeTime}} <span style="float:right">{{hourmin(moment.Event.StartTime)}} </span> |
