From bc34aa7c3c6f3f9867bfdc0e7162d97fc8d2a0cf Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Fri, 2 Sep 2016 10:45:28 -0400 Subject: make popups larger Former-commit-id: aef496c1f3dec9c5cc103bb36a3f23cc7a26fe06 --- www/js/TimelineModalCtrl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/js/TimelineModalCtrl.js') 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' }); }; -- cgit v1.2.3