web: improve file structure, separate routes from outlet

This commit is contained in:
Jens Langhammer
2020-12-01 17:41:27 +01:00
parent e6391b64f0
commit 8c8ff4643a
9 changed files with 103 additions and 85 deletions

View File

@ -15,6 +15,9 @@ export class ApplicationViewPage extends LitElement {
img.pf-icon {
max-height: 24px;
}
.pf-c-avatar {
--pf-c-avatar--BorderRadius: 0;
}
`
);
}