fix mensajes internos

This commit is contained in:
amazuecos
2024-10-23 05:14:31 +00:00
13 changed files with 40 additions and 27 deletions

View File

@ -7,7 +7,7 @@ a.send-msg-btn {
}
@media (min-width: 1200px) {
.layout-horizontal .app-chat {
height: calc(100vh - 11.5rem - 2.2rem) !important;
height: calc(100vh - 20rem - 2.2rem) !important;
}
}
@media (max-width: 992px) {
@ -35,7 +35,7 @@ a.send-msg-btn {
}
@media (min-width: 1200px) {
.layout-horizontal .app-chat .app-chat-contacts {
height: calc(100vh - 11.5rem - 2.2rem);
height: calc(100vh - 20rem - 2.2rem);
}
}
@media (min-width: 992px) {
@ -97,7 +97,7 @@ a.send-msg-btn {
}
@media (min-width: 1200px) {
.layout-horizontal .app-chat .app-chat-sidebar-left {
height: calc(100vh - 11.5rem - 2.2rem);
height: calc(100vh - 20rem - 2.2rem);
}
}
.app-chat .app-chat-sidebar-left.show {
@ -119,7 +119,7 @@ a.send-msg-btn {
}
@media (min-width: 1200px) {
.layout-horizontal .app-chat .app-chat-history {
height: calc(100vh - 11.5rem - 2.2rem);
height: calc(100vh - 20rem - 2.2rem);
}
}
.app-chat .app-chat-history .chat-history-header {
@ -182,7 +182,7 @@ a.send-msg-btn {
}
@media (min-width: 1200px) {
.layout-horizontal .app-chat .app-chat-sidebar-right {
height: calc(100vh - 11.5rem - 2.2rem);
height: calc(100vh - 20rem - 2.2rem);
}
}
.app-chat .app-chat-sidebar-right.show {