This commit is contained in:
the-djmaze 2022-08-23 13:45:22 +02:00
parent e2d29af045
commit e0e69b3d3d
2 changed files with 1 additions and 7 deletions

View file

@ -1,10 +1,4 @@
.UserBackground body {
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
#rl-content { #rl-content {
display:flex; display:flex;
height: 100%; height: 100%;

View file

@ -1,6 +1,6 @@
.UserBackground body { .UserBackground body {
background-size: contain; background-size: cover;
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: center; background-position: center;
} }