mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-03 08:21:07 +00:00
This commit is contained in:
parent
2604d8e21e
commit
b793d2b753
2 changed files with 5 additions and 1 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Reference in a new issue