render gallery items

This commit is contained in:
2019-11-16 15:14:21 +01:00
parent 3022edb1e1
commit 73ea635ac1
11 changed files with 220 additions and 19 deletions

View File

@@ -75,6 +75,10 @@ a.external-link:after {
display: inline-block;
}
.clickable {
cursor: pointer;
}
body .mat-select-panel, body .mat-autocomplete-panel {
max-height: 300px;
}