added tags + filtering

This commit is contained in:
2021-12-01 19:01:17 +01:00
parent 1da276c670
commit 979324ccc8
30 changed files with 526 additions and 84 deletions
+21
View File
@@ -1,9 +1,30 @@
.entry {
display: inline-block;
width: 100%;
max-width: 100%;
}
.entry-item {
height: auto;
min-height: 48px;
}
.filter-container {
padding-left: 15px;
display: flex;
justify-content: center;
align-items: center;
mat-form-field {
margin-left: 15px;
}
}
mat-chip mat-icon.mat-icon-inline {
margin-top: -12px;
margin-right: -2px;
}
.mat-option .mat-icon {
margin-right: -2px;
}