From 08db095418d3ce7063ae139ac8c450de1cbf6c36 Mon Sep 17 00:00:00 2001 From: Agahnim Date: Tue, 24 Mar 2026 16:45:07 +0100 Subject: [PATCH] global: polish context menu --- static/contextmenu.js | 2 ++ static/style.css | 12 ++++++++++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/static/contextmenu.js b/static/contextmenu.js index 99ff24f..3805c14 100644 --- a/static/contextmenu.js +++ b/static/contextmenu.js @@ -5,7 +5,9 @@ const menu = document.createElement('div'); menu.className = 'context-menu'; menu.innerHTML = ` + + `; menu.style.display = 'none'; document.body.appendChild(menu); diff --git a/static/style.css b/static/style.css index efa3ab0..8c63787 100644 --- a/static/style.css +++ b/static/style.css @@ -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; + } } + } \ No newline at end of file