remove gap on right side of show builder: part 3
This commit is contained in:
parent
a3628ca86d
commit
5a8510b909
|
@ -69,9 +69,9 @@ AIRTIME = (function(AIRTIME) {
|
||||||
|
|
||||||
if ($lib.filter(':visible').length > 0) {
|
if ($lib.filter(':visible').length > 0) {
|
||||||
|
|
||||||
$lib.width(Math.floor(screenWidth * 0.49));
|
$lib.width(Math.floor(screenWidth * 0.48));
|
||||||
|
|
||||||
$builder.width(Math.floor(screenWidth * 0.49))
|
$builder.width(Math.floor(screenWidth * 0.48))
|
||||||
.find("#sb_edit")
|
.find("#sb_edit")
|
||||||
.remove()
|
.remove()
|
||||||
.end()
|
.end()
|
||||||
|
@ -155,9 +155,9 @@ AIRTIME = (function(AIRTIME) {
|
||||||
AIRTIME.showbuilder.resetTimestamp();
|
AIRTIME.showbuilder.resetTimestamp();
|
||||||
|
|
||||||
$lib.show()
|
$lib.show()
|
||||||
.width(Math.floor(screenWidth * 0.49));
|
.width(Math.floor(screenWidth * 0.48));
|
||||||
|
|
||||||
$builder.width(Math.floor(screenWidth * 0.49))
|
$builder.width(Math.floor(screenWidth * 0.48))
|
||||||
.find("#sb_edit")
|
.find("#sb_edit")
|
||||||
.remove()
|
.remove()
|
||||||
.end()
|
.end()
|
||||||
|
|
Loading…
Reference in New Issue