Revert "Merge branch 'feat/add-chat-presupuesto-cliente' into 'main'"

This reverts merge request !352
This commit is contained in:
Alvaro
2024-10-23 05:18:00 +00:00
parent 47e6cbb5f7
commit 7ce2723a09
147 changed files with 5666 additions and 9809 deletions

View File

@ -7,7 +7,7 @@ a.send-msg-btn {
}
@media (min-width: 1200px) {
.layout-horizontal .app-chat {
height: calc(100vh - 20rem - 2.2rem) !important;
height: calc(100vh - 11.5rem - 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 - 20rem - 2.2rem);
height: calc(100vh - 11.5rem - 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 - 20rem - 2.2rem);
height: calc(100vh - 11.5rem - 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 - 20rem - 2.2rem);
height: calc(100vh - 11.5rem - 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 - 20rem - 2.2rem);
height: calc(100vh - 11.5rem - 2.2rem);
}
}
.app-chat .app-chat-sidebar-right.show {