Adjust widths of bubbles and chat window

With these changes, message bubbles in the default-sized chat popup are
just wide enough to display the full complement of html5 media player
controls.
This commit is contained in:
lilia 2015-03-04 13:59:40 -08:00
parent 8bc77fa02b
commit 567a48e82b
3 changed files with 13 additions and 13 deletions

View file

@ -57,7 +57,7 @@
url: 'conversation.html',
type: 'panel',
focused: true,
width: 280,
width: 300,
height: 420
}, function (windowInfo) {
windowMap.add({ windowId: windowInfo.id, modelId: modelId });