añadidos assets y js

This commit is contained in:
2024-11-07 20:17:58 +01:00
parent 2f01f41599
commit b251e0e56c
1587 changed files with 60 additions and 19 deletions

10
httpdocs/themes/vuexy/vendor/css/pages/app-chat.css vendored Executable file → Normal file
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 {