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
commit 1a3d0f6fab
2 changed files with 3 additions and 3 deletions

View file

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

View file

@ -98,7 +98,7 @@
} }
}, },
offsets: { offsets: {
x: -15, x: 0,
y: 2 y: 2
}, },
onShow: function() { onShow: function() {