mirror of
https://github.com/moparisthebest/kaiwa
synced 2024-11-22 09:12:19 -05:00
Fix chat box layout
This commit is contained in:
parent
bec2387801
commit
58765c20a0
@ -11,7 +11,9 @@ module.exports = HumanView.extend({
|
||||
template: templates.body,
|
||||
initialize: function () {
|
||||
this.listenTo(app.state, 'change:title', this.handleTitle);
|
||||
if (window.macgap) {
|
||||
window.macgap.dock.badge = '';
|
||||
}
|
||||
},
|
||||
events: {
|
||||
'click a[href]': 'handleLinkClick',
|
||||
|
@ -149,7 +149,7 @@
|
||||
bottom: 0px
|
||||
position: fixed
|
||||
right: 0px
|
||||
left: 181px
|
||||
left: 201px
|
||||
z-index: 200
|
||||
|
||||
form
|
||||
|
@ -812,7 +812,7 @@ h3 {
|
||||
bottom: 0px;
|
||||
position: fixed;
|
||||
right: 0px;
|
||||
left: 181px;
|
||||
left: 201px;
|
||||
z-index: 200;
|
||||
}
|
||||
.chatBox form {
|
||||
|
Loading…
Reference in New Issue
Block a user