tooltip flow up in favorites

This commit is contained in:
Flummi
2022-05-06 10:56:45 +02:00
parent 3534f7a142
commit 639ffb4010
2 changed files with 2 additions and 2 deletions

View File

@ -249,7 +249,7 @@ const flash = ({ type, msg }) => {
const a = document.createElement('a');
a.href = `/user/${f.user}/favs`;
a.setAttribute('tooltip', f.user);
a.setAttribute('flow', 'down');
a.setAttribute('flow', 'up');
const img = document.createElement('img');
img.src = `/t/${f.avatar}.webp`;