Add UI bits for setting backgroundImage

This commit is contained in:
Johannes Zellner
2022-05-14 19:41:47 +02:00
parent 41e2f7006f
commit ae0b5f010b
6 changed files with 109 additions and 1 deletions
+6
View File
@@ -201,6 +201,12 @@ html, body {
overflow: auto;
}
#mainContentContainer {
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
#ng-view {
display: flex;
flex-direction: column;