2021-03-19 11:47:13 +01:00
|
|
|
@import "bootstrap/scss/functions";
|
|
|
|
@import "bootstrap/scss/variables";
|
|
|
|
@import "shared/styles/_variables.scss";
|
2021-04-29 15:18:17 +02:00
|
|
|
@import "plugins/chatview/styles/chatbox.scss";
|
|
|
|
@import "./muc-forms.scss";
|
2021-03-19 11:47:13 +01:00
|
|
|
|
2021-05-06 12:21:35 +02:00
|
|
|
.conversejs {
|
2015-10-25 20:02:36 +01:00
|
|
|
.chatroom {
|
2018-10-25 20:42:56 +02:00
|
|
|
width: var(--chatroom-width);
|
2016-04-01 12:53:15 +02:00
|
|
|
@media screen and (max-height: $mobile-landscape-height){
|
2018-10-25 20:42:56 +02:00
|
|
|
width: var(--mobile-chat-width);
|
2016-04-01 12:53:15 +02:00
|
|
|
}
|
|
|
|
@media screen and (max-width: $mobile-portrait-length) {
|
2018-10-25 20:42:56 +02:00
|
|
|
width: var(--mobile-chat-width);
|
2015-10-25 20:02:36 +01:00
|
|
|
}
|
2017-04-04 16:22:19 +02:00
|
|
|
|
2015-10-25 20:02:36 +01:00
|
|
|
.box-flyout {
|
2020-01-28 23:17:46 +01:00
|
|
|
background-color: var(--chatroom-head-bg-color);
|
2021-04-29 15:10:00 +02:00
|
|
|
overflow-y: hidden;
|
|
|
|
width: var(--chatroom-width);
|
2021-04-29 15:18:17 +02:00
|
|
|
|
2016-04-01 12:53:15 +02:00
|
|
|
@media screen and (max-height: $mobile-landscape-height) {
|
2018-10-25 20:42:56 +02:00
|
|
|
height: var(--mobile-chat-height);
|
|
|
|
width: var(--mobile-chat-width);
|
2020-10-02 22:50:02 +02:00
|
|
|
height: var(--fullpage-chat-height);
|
2016-04-01 12:53:15 +02:00
|
|
|
}
|
|
|
|
@media screen and (max-width: $mobile-portrait-length) {
|
2018-10-25 20:42:56 +02:00
|
|
|
height: var(--mobile-chat-height);
|
|
|
|
width: var(--mobile-chat-width);
|
2020-10-02 22:50:02 +02:00
|
|
|
height: var(--fullpage-chat-height);
|
2016-04-01 10:12:06 +02:00
|
|
|
}
|
2021-04-29 15:10:00 +02:00
|
|
|
|
|
|
|
.empty-history-feedback {
|
|
|
|
position: relative;
|
|
|
|
span {
|
|
|
|
width: 100%;
|
|
|
|
text-align: center;
|
|
|
|
position: absolute;
|
|
|
|
margin-top: 50%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2015-10-25 20:02:36 +01:00
|
|
|
.chatroom-body {
|
2018-03-06 23:49:39 +01:00
|
|
|
flex-direction: row;
|
2018-03-07 10:42:15 +01:00
|
|
|
flex-flow: nowrap;
|
2015-10-25 20:02:36 +01:00
|
|
|
background-color: white;
|
|
|
|
border-top: 0;
|
2021-04-29 15:18:17 +02:00
|
|
|
height: 100%;
|
2015-10-25 20:02:36 +01:00
|
|
|
width: 100%;
|
2018-01-25 12:36:13 +01:00
|
|
|
overflow: hidden;
|
|
|
|
|
2021-03-10 12:17:23 +01:00
|
|
|
converse-muc-chatarea {
|
|
|
|
width: 100%;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
flex-flow: nowrap;
|
|
|
|
}
|
|
|
|
|
2018-01-26 14:41:06 +01:00
|
|
|
.row {
|
|
|
|
flex-direction: row;
|
|
|
|
}
|
2018-03-07 10:42:15 +01:00
|
|
|
.chat-topic {
|
|
|
|
font-weight: bold;
|
2020-01-28 23:17:46 +01:00
|
|
|
color: var(--chatroom-head-bg-color);
|
2018-03-07 10:42:15 +01:00
|
|
|
}
|
2017-06-17 23:48:46 +02:00
|
|
|
.chat-info {
|
2020-04-19 06:48:59 +02:00
|
|
|
color: var(--chat-info-color);
|
2018-01-23 11:20:51 +01:00
|
|
|
line-height: normal;
|
2018-03-07 14:36:19 +01:00
|
|
|
&.badge {
|
2018-10-25 20:42:56 +02:00
|
|
|
color: var(--chat-head-text-color);
|
2018-03-07 14:36:19 +01:00
|
|
|
}
|
2019-09-24 15:33:41 +02:00
|
|
|
&.chat-msg--retracted {
|
|
|
|
color: var(--subdued-color);
|
|
|
|
}
|
2017-06-17 23:48:46 +02:00
|
|
|
}
|
2018-07-02 12:52:19 +02:00
|
|
|
.disconnect-container {
|
|
|
|
margin: 1em;
|
|
|
|
width: 100%;
|
|
|
|
h3.disconnect-msg {
|
|
|
|
padding-bottom: 1em;
|
|
|
|
}
|
2017-04-21 18:10:51 +02:00
|
|
|
}
|
2015-10-25 20:02:36 +01:00
|
|
|
.chat-area {
|
2018-03-06 23:49:39 +01:00
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
2019-12-04 16:01:34 +01:00
|
|
|
flex: 0 1 100%;
|
2020-01-15 14:23:27 +01:00
|
|
|
justify-content: flex-end;
|
2019-09-25 08:15:36 +02:00
|
|
|
min-width: 25%;
|
2020-01-15 14:23:27 +01:00
|
|
|
word-wrap: break-word;
|
2016-05-28 10:55:03 +02:00
|
|
|
.new-msgs-indicator {
|
2021-03-24 14:35:33 +01:00
|
|
|
background-color: var(--chatroom-color);
|
2016-05-28 10:55:03 +02:00
|
|
|
}
|
2015-10-25 20:02:36 +01:00
|
|
|
.chat-content {
|
2018-03-06 23:49:39 +01:00
|
|
|
height: 100%;
|
2015-10-25 20:02:36 +01:00
|
|
|
}
|
2020-05-15 14:33:31 +02:00
|
|
|
.chat-content__help {
|
2021-03-04 16:17:19 +01:00
|
|
|
converse-chat-help {
|
|
|
|
border-top: 1px solid var(--chatroom-color);
|
|
|
|
}
|
2020-05-15 14:33:31 +02:00
|
|
|
.close-chat-help {
|
|
|
|
svg {
|
2021-03-04 16:17:19 +01:00
|
|
|
fill: var(--chatroom-color);
|
2020-05-15 14:33:31 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2015-10-25 20:02:36 +01:00
|
|
|
}
|
2020-01-27 13:20:23 +01:00
|
|
|
|
2020-07-08 11:14:53 +02:00
|
|
|
}
|
2015-10-25 20:02:36 +01:00
|
|
|
}
|
2015-10-31 13:54:04 +01:00
|
|
|
|
2015-10-31 17:18:31 +01:00
|
|
|
.room-invite {
|
|
|
|
.invited-contact {
|
|
|
|
margin: -1px 0 0 -1px;
|
2015-11-02 01:28:00 +01:00
|
|
|
width: 100%;
|
2015-10-31 17:18:31 +01:00
|
|
|
border: 1px solid #999;
|
2015-10-31 13:54:04 +01:00
|
|
|
}
|
2015-10-25 20:02:36 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|