mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-13 17:05:47 +01:00
🐛 Background image not visible, remove background image from default config
This commit is contained in:
@@ -492,7 +492,7 @@
|
|||||||
"pageTitle": "Homarr ⭐️",
|
"pageTitle": "Homarr ⭐️",
|
||||||
"logoImageUrl": "/imgs/logo/logo.png",
|
"logoImageUrl": "/imgs/logo/logo.png",
|
||||||
"faviconUrl": "/imgs/favicon/favicon-squared.png",
|
"faviconUrl": "/imgs/favicon/favicon-squared.png",
|
||||||
"backgroundImageUrl": "https://images.unsplash.com/32/Mc8kW4x9Q3aRR3RkP5Im_IMG_4417.jpg?ixid=M3wxMjA3fDB8MXxzZWFyY2h8MTV8fGJhY2tncm91bmQlMjBpbWFnZXxlbnwwfHx8fDE2OTE0NDQ5NjF8MA&ixlib=rb-4.0.3",
|
"backgroundImageUrl": "",
|
||||||
"customCss": "",
|
"customCss": "",
|
||||||
"colors": {
|
"colors": {
|
||||||
"primary": "red",
|
"primary": "red",
|
||||||
|
|||||||
@@ -218,7 +218,7 @@ const BackgroundImage = () => {
|
|||||||
return (
|
return (
|
||||||
<Global
|
<Global
|
||||||
styles={{
|
styles={{
|
||||||
body: {
|
'.mantine-AppShell-root': {
|
||||||
minHeight: '100vh',
|
minHeight: '100vh',
|
||||||
backgroundImage: `url('${config?.settings.customization.backgroundImageUrl}')`,
|
backgroundImage: `url('${config?.settings.customization.backgroundImageUrl}')`,
|
||||||
backgroundPosition: 'center center',
|
backgroundPosition: 'center center',
|
||||||
|
|||||||
Reference in New Issue
Block a user