mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-10-27 11:12:28 +01:00
This commit is contained in:
@@ -11,6 +11,10 @@
|
||||
.tavern-pane
|
||||
position relative
|
||||
height 250px
|
||||
|
||||
.chat-form
|
||||
position: relative
|
||||
z-index: 10
|
||||
|
||||
.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
|
||||
//FIXME ng-model makes this painfully slow! using jquery for now, which is really non-angular-like
|
||||
.control-group.option-large(ng-controller='AutocompleteCtrl')
|
||||
|
||||
Reference in New Issue
Block a user