diff --git a/src/app/pages/chat/messages/messages.page.html b/src/app/pages/chat/messages/messages.page.html index 15646ae73..712c8b7fe 100644 --- a/src/app/pages/chat/messages/messages.page.html +++ b/src/app/pages/chat/messages/messages.page.html @@ -87,7 +87,7 @@
-
+
@@ -98,10 +98,10 @@ {{file.title}}
-
- +
+
-
+
{{file.description}} @@ -202,10 +202,10 @@
-
+
@@ -213,10 +213,10 @@ -->
-
- +
+
diff --git a/src/app/pages/chat/messages/messages.page.scss b/src/app/pages/chat/messages/messages.page.scss index 5db1e5a43..3676b8be4 100644 --- a/src/app/pages/chat/messages/messages.page.scss +++ b/src/app/pages/chat/messages/messages.page.scss @@ -56,9 +56,6 @@ width: calc(100% - 25px); text-align: right; - /* ion-icon{ - font-size: 25px; - } */ .middle-container-options-icons{ color: #0782c9; font-size: 23px; @@ -117,6 +114,7 @@ } } } + ion-content{ .welcome-text{ /* width: 322px; */ @@ -148,7 +146,7 @@ -webkit-overflow-scrolling: touch; .messages-list-item-wrapper{ - overflow: auto; + overflow: hidden; } .messages-list-item-wrapper-active{ background: #e6f6ff75 !important; @@ -319,3 +317,14 @@ display: block; .typing ngx-letters-avatar { padding-right: 5px; } + + +button{ + padding: 0px; + border: 0px; +} + +button::-moz-focus-inner { + padding: 0px; + border: 0px; +} diff --git a/src/global.scss b/src/global.scss index 585fca574..65affdc2e 100644 --- a/src/global.scss +++ b/src/global.scss @@ -1183,15 +1183,20 @@ ngx-mat-datetime-content{ //font-weight: 400; } +.add-attachment-bg-color{ + background-color: #42b9fe13; +} + .message-attachments{ border-radius: 5px; - background-color: #42b9fe13; - padding: 1px; + //background-color: #42b9fe13; .file{ width: 100%; align-items: center; overflow: auto; color: #000; + //border: 1px solid blue; + padding: 1px; ion-thumbnail{ --size: 20px; @@ -1199,7 +1204,7 @@ ngx-mat-datetime-content{ .file-details{ max-width: 100%; padding-left: 5px; - + padding: 1px; /* .file-title{ padding-left: 5px; } */ @@ -1238,6 +1243,13 @@ ngx-mat-datetime-content{ .powerpoint-icon{ color: #d24726; } +.icon-size-45{ + font-size: 45px !important; +} +.icon-size-27{ + font-size: 27px !important; + color: #797979; +} .menu-icon{ color: #42b9fe; padding: 0 5px 0 5px;