diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2020-09-12 08:01:05 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2020-09-12 08:01:05 -0400 |
| commit | b06cbae45b932851207d8aedda8d8bf0b50ab75f (patch) | |
| tree | c96deaa8d353e7678f371842f571a179e3685ac4 /www | |
| parent | 06e64c0532ed50e294eed3f351c682f20e245f7e (diff) | |
#973 apply center large from https://github.com/pliablepixels/zmNinja/pull/974/commits/6e8870be549f136a1cad1145bef3ad6988c42e60
Diffstat (limited to 'www')
| -rw-r--r-- | www/templates/events.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/templates/events.html b/www/templates/events.html index c7df0812..199a9b85 100644 --- a/www/templates/events.html +++ b/www/templates/events.html @@ -61,10 +61,10 @@ <div class="row" style="font-size:80%; color:rgb(110,110,110)"> <div class="col events-list-text"> <!-- data --> <!-- for largeThumbs show image in this column --> - <div ng-if="loginData.eventViewThumbs!='none' && thumbClass=='large'"> + <div ng-if="loginData.eventViewThumbs!='none' && thumbClass=='large'" width="100%" style="padding: 5px;"> <br/><img bg-color="#6C7A89" ng-src="{{constructThumbnail(event)}}" on-tap="closeIfOpen(event);openModalWithSnapshot(event)" width="{{event.Event.thumbWidth}}px" - height="{{event.Event.thumbHeight}}px" fallback-src="img/noimage.png" /> + height="{{event.Event.thumbHeight}}px" fallback-src="img/noimage.png" style="display: block; margin: auto;" /> </div> <!-- this ngswitch displays different icons depending on the cause of the event --> |
