fix: chat - height fixed

This commit is contained in:
gaelle morin 2021-07-02 11:50:39 +02:00
parent 47e4698c0e
commit d5065aa77f
No known key found for this signature in database
GPG Key ID: 028426702B95CF9C
1 changed files with 3 additions and 38 deletions

View File

@ -1,43 +1,8 @@
#messages {
.chat-view {
height: calc(100vh - 50px - 78px);
}
.chat-view {
height: calc(100vh - 50px - 78px);
@media (max-width: 768px) {
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;
}
height: calc(100vh - 50px - 68px);
}
}