mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-10-28 11:42:29 +01:00
This commit is contained in:
@@ -11,6 +11,10 @@
|
|||||||
.tavern-pane
|
.tavern-pane
|
||||||
position relative
|
position relative
|
||||||
height 250px
|
height 250px
|
||||||
|
|
||||||
|
.chat-form
|
||||||
|
position: relative
|
||||||
|
z-index: 10
|
||||||
|
|
||||||
.tavern-chat, .party-chat
|
.tavern-chat, .party-chat
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
form(ng-submit='postChat(group,message.content)')
|
form(ng-submit='postChat(group,message.content)', class='chat-form')
|
||||||
.-options
|
.-options
|
||||||
//FIXME ng-model makes this painfully slow! using jquery for now, which is really non-angular-like
|
//FIXME ng-model makes this painfully slow! using jquery for now, which is really non-angular-like
|
||||||
.control-group.option-large(ng-controller='AutocompleteCtrl')
|
.control-group.option-large(ng-controller='AutocompleteCtrl')
|
||||||
|
|||||||
Reference in New Issue
Block a user