all repos — nirvash @ 7d876d841930e9797bde3cabd80ff7935d909872

modular CMS using the quartzgun library

fix background setter
Iris Lightshard nilix@nilfm.cc
PGP Signature
-----BEGIN PGP SIGNATURE-----

iHUEABYKAB0WIQT/foVVmI9pK13hPWFohAcXSWbK8wUCZfiRVwAKCRBohAcXSWbK
83u5AP4/+LuGA3MjHZzkcFhyD9WeitBX9h96s4oQ9Cxvf0rN3wD9EGlXJvKXbOb2
9CMT16X6lDAAQIu+ls7CFSNf9BCKgQU=
=qz/b
-----END PGP SIGNATURE-----
commit

7d876d841930e9797bde3cabd80ff7935d909872

parent

5bb05a9a235e2d4419b791fa88c21e645421d3c5

1 files changed, 3 insertions(+), 4 deletions(-)

jump to
M static/theme.jsstatic/theme.js

@@ -141,10 +141,9 @@ }

const dataUrl = saveData[screen + "Screen"]; if (dataUrl) { - - rule.style.setProperty("background", `url('${dataUrl}`); - rule.style.setProperty("background-size", "cover"); - rule.style.setProperty("background-attachment", "fixed"); + rule.style.setProperty("background", `url('${dataUrl}')`); + rule.style.setProperty("background-size", "cover"); + rule.style.setProperty("background-attachment", "fixed"); } }