add messages page and style

This commit is contained in:
tiago.kayaya
2020-12-30 11:13:50 +01:00
parent 126abf2b18
commit ebc7132a38
18 changed files with 619 additions and 90 deletions
+9
View File
@@ -281,6 +281,15 @@
max-height: 160px;
min-height: 160px;
}
.messages-options .popover-content{
width: 100% !important;
left: 0 !important;
bottom: 0 !important;
right: 0 !important;
top: calc(100% - 90px) !important;
max-height: 90px;
min-height: 90px;
}
.chat-options-popover .popover-content{
width: 100% !important;
left: 0 !important;