mirror of
https://github.com/moparisthebest/kaiwa
synced 2024-11-22 17:22:22 -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,
|
template: templates.body,
|
||||||
initialize: function () {
|
initialize: function () {
|
||||||
this.listenTo(app.state, 'change:title', this.handleTitle);
|
this.listenTo(app.state, 'change:title', this.handleTitle);
|
||||||
|
if (window.macgap) {
|
||||||
window.macgap.dock.badge = '';
|
window.macgap.dock.badge = '';
|
||||||
|
}
|
||||||
},
|
},
|
||||||
events: {
|
events: {
|
||||||
'click a[href]': 'handleLinkClick',
|
'click a[href]': 'handleLinkClick',
|
||||||
|
@ -149,7 +149,7 @@
|
|||||||
bottom: 0px
|
bottom: 0px
|
||||||
position: fixed
|
position: fixed
|
||||||
right: 0px
|
right: 0px
|
||||||
left: 181px
|
left: 201px
|
||||||
z-index: 200
|
z-index: 200
|
||||||
|
|
||||||
form
|
form
|
||||||
|
@ -812,7 +812,7 @@ h3 {
|
|||||||
bottom: 0px;
|
bottom: 0px;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
right: 0px;
|
right: 0px;
|
||||||
left: 181px;
|
left: 201px;
|
||||||
z-index: 200;
|
z-index: 200;
|
||||||
}
|
}
|
||||||
.chatBox form {
|
.chatBox form {
|
||||||
|
Loading…
Reference in New Issue
Block a user