Decrease width of field guide

This commit is contained in:
Idrees Hassan
2025-10-26 19:34:17 -04:00
parent f422a699f5
commit f2496d5d0a
5 changed files with 11 additions and 11 deletions

8
dist/birb.user.js vendored
View File

@@ -1,7 +1,7 @@
// ==UserScript==
// @name Pocket Bird
// @namespace https://idreesinc.com
// @version 2025.10.26.406
// @version 2025.10.26.421
// @description birb
// @author Idrees
// @downloadURL https://github.com/IdreesInc/Pocket-Bird/raw/refs/heads/main/dist/birb.user.js
@@ -1342,7 +1342,7 @@
}
#birb-field-guide {
width: 340px;
width: 330px !important;
}
.birb-grid-content {
@@ -1808,7 +1808,7 @@
}
insertMenu(menuItems, `${birdBirb().toLowerCase()}OS`, updateMenuLocation);
});
birbElement.addEventListener("mouseover", () => {
lastActionTimestamp = Date.now();
if (currentState === States.IDLE) {
@@ -2091,7 +2091,7 @@
if (document.querySelector("#" + FIELD_GUIDE_ID)) {
return;
}
const fieldGuide = createWindow(
FIELD_GUIDE_ID,
"Field Guide",