2021-07-02 09:50:39 +00:00
|
|
|
.chat-view {
|
|
|
|
height: calc(100vh - 50px - 78px);
|
2021-07-02 09:38:43 +00:00
|
|
|
|
|
|
|
@media (max-width: 768px) {
|
2021-07-02 09:50:39 +00:00
|
|
|
height: calc(100vh - 50px - 68px);
|
2021-06-24 12:34:53 +00:00
|
|
|
}
|
2021-07-02 09:38:43 +00:00
|
|
|
}
|
|
|
|
|
2021-07-02 12:27:23 +00:00
|
|
|
#messages {
|
2021-01-19 18:59:24 +00:00
|
|
|
|
|
|
|
@media (max-width: 768px) {
|
2021-06-24 12:34:53 +00:00
|
|
|
|
|
|
|
height: calc(100vh - 50px - 58px);
|
|
|
|
|
|
|
|
.messages-header {
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
|
|
|
solid-set-default[name="segment2"] {
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 16px;
|
|
|
|
width: 75%;
|
|
|
|
}
|
|
|
|
|
|
|
|
orbit-user-avatar {
|
|
|
|
height: 31px;
|
|
|
|
width: 31px;
|
|
|
|
}
|
|
|
|
|
|
|
|
solid-display-value[name="name"] {
|
|
|
|
display: block;
|
|
|
|
white-space: nowrap;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
max-width: 210px;
|
|
|
|
}
|
|
|
|
|
|
|
|
solid-display-value[name="hyphen"] {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
solid-link {
|
|
|
|
vertical-align: super;
|
|
|
|
}
|
2021-01-19 18:59:24 +00:00
|
|
|
}
|
2021-01-12 17:10:31 +00:00
|
|
|
}
|