octoprint-liveleak/octoprint_liveleak/static/liveleak.css

12 lines
309 B
CSS
Raw Permalink Normal View History

2023-09-24 14:39:30 +00:00
#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;
}