summaryrefslogtreecommitdiff
path: root/www/templates/events.html
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2020-09-05 17:16:27 -0400
committerPliable Pixels <pliablepixels@gmail.com>2020-09-05 17:16:27 -0400
commitf3b29a2457c069230d6b7ecc17df715ece42c5a0 (patch)
tree61d869aae1535c86e780e23107a921dbe9ed9c9b /www/templates/events.html
parent0426e20bf1e75e93872351decd82ad653431ec82 (diff)
#963 move to flex box wrap
Diffstat (limited to 'www/templates/events.html')
-rw-r--r--www/templates/events.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/templates/events.html b/www/templates/events.html
index e7f4f48d..1a964f6c 100644
--- a/www/templates/events.html
+++ b/www/templates/events.html
@@ -50,7 +50,7 @@
<i class="ion-clock"></i>&nbsp;&nbsp;{{prettifyDate(event.Event.StartTime)}} &nbsp;{{tzAbbr}}&nbsp;
</span>
- <div ng-class="::{'row responsive-lg': thumbClass=='large', 'row responsive-sm': thumbClass=='small'}"
+ <div ng-class="::{'row responsive-lg': thumbClass=='large', 'row': thumbClass=='small'}"
style="font-size:80%; color:rgb(110,110,110)">
@@ -60,7 +60,7 @@
<!--row-->
<!--<div class="row" style="font-size:80%; color:rgb(110,110,110)">-->
<!-- <div class="col">-->
- <div class="col no-padding">
+ <div class="col">
<div class="item-text-wrap">
<!-- this ngswitch displays different icons
depending on the cause of the event -->
@@ -98,7 +98,7 @@
<!-- <br/> Default video:{{event.Event.relativePath}}{{event.Event.DefaultVideo}}-->
</div>
</div> <!-- col-->
- <div class="col no-padding">
+ <div class="col">
<div ng-if="loginData.eventViewThumbs!='none'"
ng-class="::{'largeThumbs': thumbClass=='large', 'smallThumbs': thumbClass=='small'}">
<img bg-color="#6C7A89" ng-src="{{constructThumbnail(event)}}"