remove gap on right side of show builder: part 2
This commit is contained in:
parent
a3b53ee3d3
commit
84ed03ffac
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue