extract plot detail view into its own component

This commit is contained in:
2020-11-01 09:15:01 +01:00
parent 50c9e56f2e
commit 08328ec1e5
15 changed files with 201 additions and 118 deletions

View File

@@ -105,6 +105,12 @@ a.external-link:after {
cursor: pointer;
}
.top-right {
position: absolute;
top: 0;
right: 0;
}
body .mat-select-panel, body .mat-autocomplete-panel {
max-height: 300px;
}