mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
Fix alignment
This commit is contained in:
@@ -138,7 +138,7 @@
|
||||
|
||||
<!-- This is the box view -->
|
||||
<div *ngSwitchCase="'boxview'" class="aside overflow-y-auto d-flex flex-wrap width-100 height-100">
|
||||
<div *ngIf="loadCount">
|
||||
<div *ngIf="loadCount" class="center-box">
|
||||
|
||||
<!-- List -->
|
||||
<div *ngIf="hideInMobile" (click)="openAllProcessesPage()" [class.active]="selectedElement == 'allProcessesTag'" class="box-hover exp-card d-flex flex-column" >
|
||||
|
||||
@@ -677,4 +677,11 @@ ion-content{
|
||||
.item-options-active{
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
.center-box {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
@@ -1,12 +1,12 @@
|
||||
export let versionData = {
|
||||
"shortSHA": "68de93e5d",
|
||||
"SHA": "68de93e5dbabe675f6452c90bfe5d14a118f58c8",
|
||||
"shortSHA": "1e34f3de6",
|
||||
"SHA": "1e34f3de62905bb24425504f6d4263d71d40559b",
|
||||
"branch": "no_bug_movemente",
|
||||
"lastCommitAuthor": "'Peter Maquiran'",
|
||||
"lastCommitTime": "'Tue Feb 14 10:17:25 2023 +0100'",
|
||||
"lastCommitMessage": "message statude spacing",
|
||||
"lastCommitNumber": "4779",
|
||||
"lastCommitTime": "'Tue Feb 14 10:40:05 2023 +0100'",
|
||||
"lastCommitMessage": "spelling",
|
||||
"lastCommitNumber": "4780",
|
||||
"change": "",
|
||||
"changeStatus": "On branch no_bug_movemente\nChanges to be committed:\n (use \"git restore --staged <file>...\" to unstage)\n\tmodified: src/app/pages/chat/group-messages/group-messages.page.ts\n\tmodified: src/app/shared/chat/messages/contacts/contacts.page.html",
|
||||
"changeStatus": "On branch no_bug_movemente\nChanges to be committed:\n (use \"git restore --staged <file>...\" to unstage)\n\tmodified: src/app/pages/gabinete-digital/gabinete-digital.page.html\n\tmodified: src/app/pages/gabinete-digital/gabinete-digital.page.scss",
|
||||
"changeAuthor": "peter.maquiran"
|
||||
}
|
||||
Reference in New Issue
Block a user