diff --git a/renderer.js b/renderer.js index 48c5814..b65f700 100644 --- a/renderer.js +++ b/renderer.js @@ -302,9 +302,9 @@ function updateTaggedCount() { taggedCircle.style.transform = 'translateY(100px)'; taggedCircle.style.bottom = '-100px'; } else { - // Move up to show count - taggedCircle.style.transform = 'translateY(-30px)'; - taggedCircle.style.bottom = '50px'; + // Move up to show count (appears at the same spot at bottom right) + taggedCircle.style.transform = 'translateY(0)'; + taggedCircle.style.bottom = '20px'; } } }