// Draw background
if (this.backgrounds[page] !== undefined && this.backgrounds[page] !== null) {
- ctx.drawImage(this.backgrounds[page].get(0), 0, 0, d, d);
+ ctx.drawImage(this.backgrounds[page].get(0), 0, 0, d * 1.002, d);
} else {
ctx.fillStyle = "#FFFFFF";
ctx.fillRect(0, 0, d, d);
background-repeat: no-repeat;
img {
- width: 100%;
+ width: 100.2%;
height: 100%;
}
}
.middle {
background-image: url("../images/edges/edge-right-middle.png");
}
-
- .landscape & {
- right: unit((-11-@correct-center)*@edge-scale, px);
- }
}
}
}