mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-10 23:45:48 +01:00
Update src/components/layout/Background.tsx
Co-authored-by: Bjorn Lammers <walkxnl@gmail.com>
This commit is contained in:
@@ -8,8 +8,9 @@ export function Background() {
|
|||||||
<Global
|
<Global
|
||||||
styles={{
|
styles={{
|
||||||
body: {
|
body: {
|
||||||
|
minHeight: '100vh',
|
||||||
backgroundImage: `url('${config.settings.background}')` || '',
|
backgroundImage: `url('${config.settings.background}')` || '',
|
||||||
backgroundPosition: 'center',
|
backgroundPosition: 'center center',
|
||||||
backgroundSize: 'cover',
|
backgroundSize: 'cover',
|
||||||
backgroundRepeat: 'no-repeat',
|
backgroundRepeat: 'no-repeat',
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user