WebUI: Adjust context menu offsets in Search tab & Status filter list

This commit is contained in:
skomerko
2025-02-13 21:00:45 +01:00
parent f58d6ae984
commit 1a3d0f6fab
2 changed files with 3 additions and 3 deletions

View File

@@ -97,8 +97,8 @@ window.qBittorrent.Search ??= (() => {
}
},
offsets: {
x: -15,
y: -53
x: 2,
y: -60
},
onShow: function() {
setActiveTab(this.options.element);