💄(demo) fix asset path and layout issue
Asset paths were wrong so once built the application contained broken links. Then fix a layout issue.
This commit is contained in:
committed by
Jean-Baptiste PENRATH
parent
ec4fbb082c
commit
ea74307b9b
@@ -28,7 +28,7 @@ html {
|
||||
|
||||
html, body, #root {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
min-height: 100%;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
@@ -93,12 +93,13 @@ html, body, #root {
|
||||
}
|
||||
|
||||
html[data-theme="redflux"] {
|
||||
background: #000000D7 url(redflux_bg.webp) 50%/cover no-repeat fixed;
|
||||
background: #000000D7 url(/redflux_bg.webp) 50%/cover no-repeat fixed;
|
||||
background-blend-mode: darken;
|
||||
}
|
||||
|
||||
html[data-theme="blueney"] {
|
||||
background: url(blueney_bg.jpg) 50%/cover no-repeat fixed;
|
||||
background: url(/blueney_bg.jpg) 50%/cover no-repeat fixed;
|
||||
|
||||
}
|
||||
|
||||
// Create
|
||||
|
||||
Reference in New Issue
Block a user