CC-3496 : PlaylistBuilder, NowPlaying -> GUI representation gets broken while being resized
This commit is contained in:
parent
6ddc8288be
commit
2ab6ea98a6
2 changed files with 20 additions and 5 deletions
|
@ -743,8 +743,13 @@ var AIRTIME = (function(AIRTIME){
|
|||
viewport = AIRTIME.utilities.findViewportDimensions();
|
||||
widgetHeight = viewport.height - 185;
|
||||
width = Math.floor(viewport.width - 110);
|
||||
|
||||
var libTableHeight = widgetHeight - 130;
|
||||
|
||||
$lib.height(widgetHeight)
|
||||
.find(".dataTables_scrolling")
|
||||
.css("max-height", libTableHeight)
|
||||
.end()
|
||||
.width(Math.floor(width * 0.55));
|
||||
|
||||
$pl.height(widgetHeight)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue