octoprint-liveleak/octoprint_liveleak/static/liveleak.css
2023-09-24 16:39:30 +02:00

12 lines
309 B
CSS

#webcam_rotator::before {
content: "";
width: 20%;
height: 20%;
background: url('https://cdn.discordapp.com/attachments/966400443720826970/1155503444241682644/liveleak.png') 0 0 no-repeat;
position: absolute;
background-size: contain;
z-index: 1000;
top: 4px;
left: 4px;
}