Added generic entity page.

This commit is contained in:
2020-06-27 04:50:13 +02:00
parent af56378ee2
commit 0e8b4caac3
19 changed files with 668 additions and 44 deletions

View File

@@ -83,8 +83,7 @@ export default {
}
.content-inner {
flex-grow: 1;
padding: 1rem;
border-top: solid 1px var(--crease);
flex-grow: 1;
overflow-y: auto;
}
</style>