fix: textarea too high when chatting with SO fixed
This commit is contained in:
parent
7c687fc09e
commit
06db2b185f
@ -1,9 +1,14 @@
|
||||
.content-box.with-padding.full-width.chat-view
|
||||
sib-chat(
|
||||
data-authentication='login',
|
||||
data-auto-login='true',
|
||||
data-bosh-service-url=`${xmpp}`,
|
||||
data-debug='false',
|
||||
data-locales-url='en',
|
||||
.content-box.full-width
|
||||
sib-display.chat-header(
|
||||
bind-resources
|
||||
fields='username'
|
||||
)
|
||||
.chat-view
|
||||
sib-chat(
|
||||
data-authentication='login',
|
||||
data-auto-login='true',
|
||||
data-bosh-service-url=`${xmpp}`,
|
||||
data-debug='false',
|
||||
data-locales-url='en',
|
||||
bind-resources
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user