Remove redundant style property

This commit is contained in:
ekzyis 2025-01-24 19:30:25 +01:00
parent aacfa870ba
commit 7268c8061f

View File

@ -28,7 +28,7 @@ templ Overlay(lnurl string, lnaddr string) {
}, 60_000)
})
</script>
<div id="qr" class="bg-white fixed bottom-0 left-0 text-center p-3 cursor-move" style="left: 0; bottom: 0;" draggable="true">
<div id="qr" class="bg-white fixed bottom-0 left-0 text-center p-3 cursor-move" draggable="true">
<div class="p-2">
<div class="font-bold">{ lnaddr }</div>
<img src={ "data:image/jpeg;base64," + qrEncode(lnurl) }/>