Fixed potential frameworkstyle issue to make sure logos are loaded properly

This commit is contained in:
frikky
2023-03-17 00:52:02 +01:00
parent 0ed336fb37
commit 2f2cda86b5
+1 -1
View File
@@ -64,7 +64,7 @@ const data = [{
{
selector: `node[?middle_node]`,
css: {
'background-image': '/images/Shuffle_logo.png',
'background-image': 'data(large_image)',
'height': 'data(width)',
'width': 'data(height)',
'background-width': 'data(width)',