Layout fixes for library and Now Playing screens
This commit is contained in:
parent
49456318ff
commit
f382b1338f
2 changed files with 6 additions and 6 deletions
|
@ -1445,7 +1445,7 @@ var AIRTIME = (function(AIRTIME){
|
|||
initialEvents();
|
||||
setUpPlaylist();
|
||||
};
|
||||
|
||||
|
||||
function setWidgetSize() {
|
||||
viewport = AIRTIME.utilities.findViewportDimensions();
|
||||
widgetHeight = viewport.height - 185;
|
||||
|
@ -1458,7 +1458,7 @@ var AIRTIME = (function(AIRTIME){
|
|||
.find(".dataTables_scrolling")
|
||||
.css("max-height", libTableHeight)
|
||||
.end()
|
||||
.width(Math.floor(width * 0.55));
|
||||
.width(Math.floor(width * 0.54));
|
||||
|
||||
$pl.height(widgetHeight)
|
||||
.width(Math.floor(width * 0.45));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue