mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
fix agenda selecting agenda
This commit is contained in:
@@ -945,7 +945,15 @@ $font-size: 11pt;
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: 513px) {
|
|
||||||
|
.select-calendar {
|
||||||
|
|
||||||
|
mat-form-field {
|
||||||
|
width: 269px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media only screen and (max-width: 623px) {
|
||||||
.calendar-options {
|
.calendar-options {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
@@ -980,4 +988,10 @@ $font-size: 11pt;
|
|||||||
.select-calendar {
|
.select-calendar {
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
}
|
}
|
||||||
|
.select-calendar {
|
||||||
|
mat-form-field {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1119,6 +1119,21 @@ ngx-mat-datetime-content{
|
|||||||
padding: 0px !important;
|
padding: 0px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.select-calendar {
|
||||||
|
.mat-form-field-infix {
|
||||||
|
width: unset !important;
|
||||||
|
// width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
// .mat-select-value {
|
||||||
|
// display: table-cell;
|
||||||
|
// max-width: unset !important;
|
||||||
|
// width: 100% !important;
|
||||||
|
// /* text-overflow: ellipsis; */
|
||||||
|
// /* white-space: nowrap; */
|
||||||
|
// }
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.loading-blocker {
|
.loading-blocker {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|||||||
@@ -1,12 +1,12 @@
|
|||||||
export let versionData = {
|
export let versionData = {
|
||||||
"shortSHA": "808aec270",
|
"shortSHA": "3c8a168b9",
|
||||||
"SHA": "808aec270b6c146f1e80fd72335116a819170ecf",
|
"SHA": "3c8a168b9b51dde370d4fba753bc1b6dc38947ed",
|
||||||
"branch": "no_bug_movemente",
|
"branch": "no_bug_movemente",
|
||||||
"lastCommitAuthor": "'Peter Maquiran'",
|
"lastCommitAuthor": "'Peter Maquiran'",
|
||||||
"lastCommitTime": "'Wed Apr 5 15:22:38 2023 +0100'",
|
"lastCommitTime": "'Sun Apr 9 21:03:57 2023 +0100'",
|
||||||
"lastCommitMessage": "merge",
|
"lastCommitMessage": "fix add user to chat",
|
||||||
"lastCommitNumber": "4892",
|
"lastCommitNumber": "4893",
|
||||||
"change": "",
|
"change": "",
|
||||||
"changeStatus": "On branch no_bug_movemente\nChanges to be committed:\n (use \"git restore --staged <file>...\" to unstage)\n\tmodified: src/app/shared/chat/group-messages/group-contacts/group-contacts.page.ts",
|
"changeStatus": "On branch no_bug_movemente\nChanges to be committed:\n (use \"git restore --staged <file>...\" to unstage)\n\tmodified: src/app/pages/agenda/agenda.page.scss\n\tmodified: src/global.scss",
|
||||||
"changeAuthor": "peter.maquiran"
|
"changeAuthor": "peter.maquiran"
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user