fix : mensaje-internos only users in group admin and beta

This commit is contained in:
amazuecos
2024-10-14 16:20:59 +00:00
parent 2012ada27f
commit 29eeecb905
11 changed files with 38 additions and 26 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 {