Update floating circle to appear at bottom right when tagged items exist
This commit is contained in:
parent
f744e9b90b
commit
de136c7d83
@ -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';
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user