fix merge

This commit is contained in:
Peter Maquiran
2023-07-28 16:28:59 +01:00
parent ac805b67ba
commit 9bebc1b8b6
18 changed files with 37 additions and 28 deletions
+1 -1
View File
@@ -423,7 +423,7 @@ export class MessagesPage implements OnInit, AfterViewInit, OnDestroy {
}],
temporaryData: formData,
attachmentsModelData: {
fileBase64: await this.fileService.blobToBase64(blob),
fileBase64: encodedData,
}
})
+1 -1
View File
@@ -25,7 +25,7 @@
<div class="conteiner-box pt-20 height-100">
<div class="main-content justify-center d-flex height-100">
<div class="box-container width-100 d-flex mx-20" style="padding: 0px;overflow: hidden;">
<div class="box-container width-100 d-flex mx-20 overflow-hidden" style="padding: 0px;overflow: hidden;">
<ion-progress-bar type="indeterminate" *ngIf="loadingAllTask || TaskService.showLoader"></ion-progress-bar>
<div class="px-20 pb-20 container-filters">
<p class="time ion-text-left font-18-em">{{customDate}}</p>
@@ -215,7 +215,7 @@ ion-button{
}
@media only screen and (min-width: 801px) {
.div-icon{
display: none;
display: none !important;
}
.content{
width: 65%;
@@ -174,7 +174,7 @@ ion-button{
}
@media only screen and (min-width: 801px) {
.div-icon{
display: none;
display: none !important;
}
.content{
width: 65%;
@@ -240,7 +240,7 @@ ion-button{
}
@media only screen and (min-width: 801px) {
.div-icon{
display: none;
display: none !important;
}
.content{
width: 65%;
@@ -227,7 +227,7 @@ ion-button{
}
@media only screen and (min-width: 801px) {
.div-icon{
display: none;
display: none !important;
}
.content{
width: 65%;
@@ -63,7 +63,7 @@ ion-button{
}
@media only screen and (min-width: 801px) {
.div-icon{
display: none;
display: none !important;
}
.content{
width: 65%;
@@ -287,7 +287,7 @@ ion-button{
}
@media only screen and (min-width: 801px) {
.menu-ptions{
display: none;
display: none !important;
}
.content{
width: 65%;
@@ -205,7 +205,7 @@ ion-button{
}
@media only screen and (min-width: 801px) {
.menu-ptions{
display: none;
display: none !important;
}
.content{
width: 65%;
@@ -171,7 +171,7 @@ ion-button{
}
@media only screen and (min-width: 801px) {
.div-icon{
display: none;
display: none !important;
}
.content{
width: 65%;
@@ -319,12 +319,6 @@ ion-item{
position: relative;
top: 35px;
}
.div-top-header {
position: absolute !important;
top: 0px !important;
}
}