From 83593d6e7592e60493e38e4f3594e39ab583ec04 Mon Sep 17 00:00:00 2001 From: lucas_nz Date: Sun, 13 Sep 2020 09:28:23 +1200 Subject: The date div was too wide, resulting in the friendly time being pushed onto a new line. Unsetting flex and width seems to resolve this. --- www/templates/events.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/templates/events.html') diff --git a/www/templates/events.html b/www/templates/events.html index 199a9b85..670197c6 100644 --- a/www/templates/events.html +++ b/www/templates/events.html @@ -50,7 +50,7 @@ -
+
    {{prettifyDate(event.Event.StartTime)}}  {{tzAbbr}}   
-- cgit v1.2.3 From 62d12df2c29b2443b7333ba985aedd78bf2ad0ae Mon Sep 17 00:00:00 2001 From: lucas_nz Date: Sun, 13 Sep 2020 09:29:30 +1200 Subject: Base row size on image height and resolve resizing. --- www/templates/events.html | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) (limited to 'www/templates/events.html') diff --git a/www/templates/events.html b/www/templates/events.html index 670197c6..6588f741 100644 --- a/www/templates/events.html +++ b/www/templates/events.html @@ -33,7 +33,7 @@ + item-height="getRowHeight(event)" id="item-{{$index}}" on-swipe-left="checkSwipe($index);" force-refresh-images="true" >
@@ -62,7 +62,7 @@
-
@@ -145,10 +145,8 @@ | translate}} -
+
-
-

-
-
-
-- cgit v1.2.3