1
0

Update paw-queued class in renderer.js

This commit is contained in:
2025-05-26 12:01:14 +02:00
parent 2b60896072
commit 59acfb3966

View File

@@ -536,7 +536,7 @@ async function startLiveCountdown(folderObj, msLeft) {
? `<img src="assets/cat/paw.png"
alt="In Rewrite Queue"
title="In Rewrite Queue"
class="absolute right-2 top-2 w-8 h-8 paw-queued"
class="paw-queued"
style="transform: rotate(${pawRotate}deg); pointer-events: none; z-index:10;">`
: ''
}