* force width to be 450 VRFS-3663

This commit is contained in:
Seth Call 2015-10-19 09:44:58 -05:00
parent 813e8b2fbe
commit fa586d878d
3 changed files with 3 additions and 3 deletions

View File

@ -725,7 +725,7 @@ mixins.push(Reflux.listenTo(JamTrackPlayerStore, 'onJamTrackPlayerStoreChanged')
#offset += 25
window.resizeTo(width, height + offset)
window.resizeTo(450, height + offset)
computeDisableLoading: (state) ->
@disableLoading = false

View File

@ -55,7 +55,7 @@ BrowserMediaActions = @BrowserMediaActions
@childWindow.close()
logger.debug("opening JamTrackPlayer window")
@childWindow = window.open("/popups/jamtrack-player/" + @jamTrack.id, 'Media Controls', 'scrollbars=yes,toolbar=no,status=no,height=155,width=450')
@childWindow = window.open("/popups/jamtrack-player/" + @jamTrack.id, 'Media Controls', 'scrollbars=yes,toolbar=no,status=no,height=580,width=450')
@changed()

View File

@ -7,7 +7,7 @@ body.jamtrack-player-popup.popup {
background-color: #242323;
#minimal-container {
padding-bottom:0px;
padding-bottom:0;
}
.media-controls-popup {