mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 13:02:56 +00:00
merge
This commit is contained in:
@@ -19,13 +19,13 @@
|
||||
|
||||
</ion-header>
|
||||
|
||||
<ion-content class="d-flex width-100 height-100">
|
||||
<ion-content>
|
||||
|
||||
<div class="d-flex height-100 width-100 overflow-hidden">
|
||||
<div id="wrapper" class="height-100">
|
||||
|
||||
<div class="overflow-y-auto height-100 width-60 visionDesktop-block" style="overflow: hidden; margin-right:20px;">
|
||||
<div class="overflow-y-auto height-100 width-60 visionDesktop-block mr-20" style="overflow: hidden; margin-right:20px;">
|
||||
<app-viewer-attachment *ngIf="mergedArray.length >= 1" [showAttachmentList]=false [selectedIndex]="selectedIndex" [taskViewerAttachment]="mergedArray" class="height-100" ></app-viewer-attachment>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class=" flex-1 d-flex flex-column height-100 d-flex overflow-y-auto-desktop" >
|
||||
<div class="upper-content" >
|
||||
|
||||
@@ -257,9 +257,9 @@ ion-button{
|
||||
display: block !important;
|
||||
}
|
||||
|
||||
.mobile-header {
|
||||
.content-details {
|
||||
display: flex;
|
||||
justify-content: space-around;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.content-details {
|
||||
@@ -286,6 +286,20 @@ ion-button{
|
||||
}
|
||||
|
||||
@media screen and (orientation:landscape) {
|
||||
ion-content {
|
||||
display: flex;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
ion-content #wrapper {
|
||||
display: flex;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.visionDesktop-flex {
|
||||
display: flex !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user