From f2496d5d0a65a9592ac318b8d254b30facb03899 Mon Sep 17 00:00:00 2001 From: Idrees Hassan Date: Sun, 26 Oct 2025 19:34:17 -0400 Subject: [PATCH] Decrease width of field guide --- dist/birb.js | 6 +++--- dist/birb.user.js | 8 ++++---- manifest.json | 2 +- src/application.js | 4 ++-- src/stylesheet.css | 2 +- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/dist/birb.js b/dist/birb.js index 8bd426a..098eb92 100644 --- a/dist/birb.js +++ b/dist/birb.js @@ -1328,7 +1328,7 @@ } #birb-field-guide { - width: 340px; + width: 330px !important; } .birb-grid-content { @@ -1794,7 +1794,7 @@ } insertMenu(menuItems, `${birdBirb().toLowerCase()}OS`, updateMenuLocation); }); - + birbElement.addEventListener("mouseover", () => { lastActionTimestamp = Date.now(); if (currentState === States.IDLE) { @@ -2077,7 +2077,7 @@ if (document.querySelector("#" + FIELD_GUIDE_ID)) { return; } - + const fieldGuide = createWindow( FIELD_GUIDE_ID, "Field Guide", diff --git a/dist/birb.user.js b/dist/birb.user.js index d443576..de469a6 100644 --- a/dist/birb.user.js +++ b/dist/birb.user.js @@ -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", diff --git a/manifest.json b/manifest.json index 957c9e6..a8ef2b8 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "Pocket Bird", "description": "It's a bird, in your browser. What more could you want?", - "version": "2025.10.26.406", + "version": "2025.10.26.421", "homepage_url": "https://idreesinc.com", "content_scripts": [ { diff --git a/src/application.js b/src/application.js index 1ad4c82..905046c 100644 --- a/src/application.js +++ b/src/application.js @@ -423,7 +423,7 @@ Promise.all([ } insertMenu(menuItems, `${birdBirb().toLowerCase()}OS`, updateMenuLocation); }); - + birbElement.addEventListener("mouseover", () => { lastActionTimestamp = Date.now(); if (currentState === States.IDLE) { @@ -710,7 +710,7 @@ Promise.all([ if (document.querySelector("#" + FIELD_GUIDE_ID)) { return; } - + const fieldGuide = createWindow( FIELD_GUIDE_ID, "Field Guide", diff --git a/src/stylesheet.css b/src/stylesheet.css index 5025e81..43d223f 100644 --- a/src/stylesheet.css +++ b/src/stylesheet.css @@ -230,7 +230,7 @@ } #birb-field-guide { - width: 340px; + width: 330px !important; } .birb-grid-content {