mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
fix : mensaje-internos only users in group admin and beta
This commit is contained in:
@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user