1
0
Fork 0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2025-07-03 12:06:31 +02:00

Added theme to page action popup

Fixes #232.
This commit is contained in:
kkapsner 2018-08-28 08:29:01 +02:00
parent 40677bd2c6
commit 84bd36197b
7 changed files with 61 additions and 7 deletions

View file

@ -52,7 +52,7 @@
}
button.addEventListener("click", action.callback.bind(undefined, data));
container.appendChild(button);
if (horizontal || i % 3 === 2){
if (horizontal){
container.appendChild(document.createElement("br"));
}
});