From e33a2f7dcada445a0891b3d1581edd4fcc36ad8d Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Wed, 30 Sep 2020 07:23:33 -0400 Subject: add xsmall thumbs --- www/templates/events-popover.html | 2 +- www/templates/events.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'www/templates') diff --git a/www/templates/events-popover.html b/www/templates/events-popover.html index 425360c5..b37a70a0 100644 --- a/www/templates/events-popover.html +++ b/www/templates/events-popover.html @@ -7,7 +7,7 @@ Event Graphs --> - {{'kEventViewThumbsSize' | translate}}:{{(loginData.eventViewThumbsSize == 'small' ? 'kEventViewThumbsSmall': 'kEventViewThumbsLarge') | translate}} + {{'kEventViewThumbsSize' | translate}}: {{thumbSizeOptions[loginData.eventViewThumbsSize]}} {{'kRefresh' | translate}} diff --git a/www/templates/events.html b/www/templates/events.html index e8f5dfa7..f23f37d1 100644 --- a/www/templates/events.html +++ b/www/templates/events.html @@ -79,7 +79,7 @@ + ng-class="::{'largeThumbsSpan': thumbClass=='large', 'smallThumbsSpan': (thumbClass=='small' || thumbClass=='xsmall')}">   @@ -106,7 +106,7 @@ - +