diff --git a/airtime_mvc/public/js/airtime/showbuilder/main_builder.js b/airtime_mvc/public/js/airtime/showbuilder/main_builder.js index 675841cde..6e38afa3e 100644 --- a/airtime_mvc/public/js/airtime/showbuilder/main_builder.js +++ b/airtime_mvc/public/js/airtime/showbuilder/main_builder.js @@ -69,9 +69,9 @@ AIRTIME = (function(AIRTIME) { if ($lib.filter(':visible').length > 0) { - $lib.width(Math.floor(screenWidth * 0.5)); + $lib.width(Math.floor(screenWidth * 0.49)); - $builder.width(Math.floor(screenWidth * 0.5)) + $builder.width(Math.floor(screenWidth * 0.49)) .find("#sb_edit") .remove() .end() @@ -155,9 +155,9 @@ AIRTIME = (function(AIRTIME) { AIRTIME.showbuilder.resetTimestamp(); $lib.show() - .width(Math.floor(screenWidth * 0.5)); + .width(Math.floor(screenWidth * 0.49)); - $builder.width(Math.floor(screenWidth * 0.5)) + $builder.width(Math.floor(screenWidth * 0.49)) .find("#sb_edit") .remove() .end()