We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b3520b commit b68eb5dCopy full SHA for b68eb5d
config/plugins/visualizations/example/static/script.js
@@ -10,7 +10,7 @@ const container = Object.assign(document.createElement("div"), {
10
position: relative;
11
padding: 1rem;
12
background-image: url(${root + visualization_plugin.logo});
13
- background-size: 50px;
+ background-size: 10px;
14
background-repeat: repeat;
15
background-position: center;
16
opacity: 0.5;
0 commit comments