small improvements, pwa update

This commit is contained in:
2022-12-07 21:44:37 +01:00
parent 4a4917e4ed
commit ce615f1475
8 changed files with 59 additions and 12 deletions
+11 -7
View File
@@ -2,15 +2,19 @@ mat-list mat-list-item {
height: auto;
}
mat-form-field {
margin-right: 15px;
flex-basis: 0;
flex-grow: 1;
min-width: 100px;
}
.container {
margin-bottom: 0;
mat-form-field {
margin-right: 15px;
flex-basis: 0;
flex-grow: 1;
min-width: 50px;
&:first-child {
min-width: 300px;
}
}
}
mat-form-field .mat-form-field-wrapper {