ffeature: circle's name displayed
This commit is contained in:
parent
0cc9887a0d
commit
9ef9208eea
@ -1,9 +1,14 @@
|
|||||||
.content-box.with-padding.full-width.chat-view
|
.content-box.full-width
|
||||||
sib-chat(
|
sib-display.chat-header(
|
||||||
data-authentication='login',
|
|
||||||
data-auto-login='true',
|
|
||||||
data-bosh-service-url=`${xmpp}`,
|
|
||||||
data-debug='false',
|
|
||||||
data-locales-url='en',
|
|
||||||
bind-resources
|
bind-resources
|
||||||
)
|
fields='name'
|
||||||
|
)
|
||||||
|
.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
|
||||||
|
)
|
@ -1,9 +1,23 @@
|
|||||||
|
|
||||||
// chat
|
// chat
|
||||||
|
.chat-header {
|
||||||
|
|
||||||
|
div {
|
||||||
|
color: $color-233-18-29;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
margin: 3rem;
|
||||||
|
|
||||||
|
&>:first-child {
|
||||||
|
font-size: 2rem;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.chat-view {
|
.chat-view {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
height: calc(100vh - 84px);
|
height: calc(100vh - 84px - 83px);
|
||||||
position: relative;
|
position: relative;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
||||||
@ -13,7 +27,7 @@
|
|||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
max-height: calc(100vh - 84px);
|
max-height: calc(100vh - 84px - 83px);
|
||||||
z-index: 0;
|
z-index: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user