global: polish context menu

This commit is contained in:
Agahnim 2026-03-24 16:45:07 +01:00
parent 8f4b04a1fd
commit 08db095418
Signed by: Agahnim
SSH key fingerprint: SHA256:Zj65PJnE0dRYye8Ltk/qDglynyXUxJngQ9qqx/VI+b4
2 changed files with 12 additions and 2 deletions

View file

@ -5,7 +5,9 @@
const menu = document.createElement('div');
menu.className = 'context-menu';
menu.innerHTML = `
<helo>
<img src="/static/assets/gifs/helo.gif"/>
</helo>
`;
menu.style.display = 'none';
document.body.appendChild(menu);

View file

@ -939,7 +939,15 @@ mini-player {
font-family: 'VT323', monospace;
font-size: 1.2rem;
img {
width: 10svw;
helo {
display: flex;
align-items: center;
justify-content: center;
img {
width: 5svw;
}
}
}