1
0
mirror of https://github.com/MultiMote/niimblue synced 2026-01-19 19:37:11 +03:00

Add canvas wrapper background

This commit is contained in:
MultiMote
2024-11-24 20:18:37 +03:00
parent d97eac3114
commit 5b263845f4

View File

@@ -456,12 +456,14 @@
</div>
<style>
.canvas-wrapper {
border: 1px solid rgba(0, 0, 0, 0.4);
background-color: rgba(60, 55, 63, 0.5);
}
.canvas-wrapper.print-start-left {
border: 1px solid #333333;
border-left: 2px solid #ff4646;
}
.canvas-wrapper.print-start-top {
border: 1px solid #333333;
border-top: 2px solid #ff4646;
}
.canvas-wrapper canvas {