Commit b68eb5da authored by guerler's avatar guerler
Browse files

Reduce background logo size

parent 5b3520bb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ const container = Object.assign(document.createElement("div"), {
        position: relative;
        padding: 1rem;
        background-image: url(${root + visualization_plugin.logo});
        background-size: 50px;
        background-size: 10px;
        background-repeat: repeat;
        background-position: center;
        opacity: 0.5;