summaryrefslogtreecommitdiff
path: root/www/js/TimelineModalCtrl.js
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2016-09-02 10:45:28 -0400
committerPliable Pixels <pliablepixels@gmail.com>2016-09-02 10:45:28 -0400
commitbc34aa7c3c6f3f9867bfdc0e7162d97fc8d2a0cf (patch)
tree88940e6ae4f735c1648ed5e1a0756306fcb9d2e3 /www/js/TimelineModalCtrl.js
parent7a95580e2fcc57cd91ab2b7b9c3042edcbef1236 (diff)
make popups larger
Former-commit-id: aef496c1f3dec9c5cc103bb36a3f23cc7a26fe06
Diffstat (limited to 'www/js/TimelineModalCtrl.js')
-rw-r--r--www/js/TimelineModalCtrl.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/TimelineModalCtrl.js b/www/js/TimelineModalCtrl.js
index 68b37925..aa403010 100644
--- a/www/js/TimelineModalCtrl.js
+++ b/www/js/TimelineModalCtrl.js
@@ -137,7 +137,7 @@ angular.module('zmApp.controllers').controller('TimelineModalCtrl', ['$scope', '
$rootScope.zmPopup = $ionicPopup.alert({
title: 'frame:' + fid + '/Event:' + e,
template: img,
- cssClass: 'popup80'
+ cssClass: 'popup95'
});
};