Skip to content

Commit b68eb5d

Browse files
committed
Reduce background logo size
1 parent 5b3520b commit b68eb5d

File tree

1 file changed

+1
-1
lines changed
  • config/plugins/visualizations/example/static

1 file changed

+1
-1
lines changed

config/plugins/visualizations/example/static/script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const container = Object.assign(document.createElement("div"), {
1010
position: relative;
1111
padding: 1rem;
1212
background-image: url(${root + visualization_plugin.logo});
13-
background-size: 50px;
13+
background-size: 10px;
1414
background-repeat: repeat;
1515
background-position: center;
1616
opacity: 0.5;

0 commit comments

Comments
 (0)