mirror of
https://github.com/NohamR/Pocket-Bird.git
synced 2026-05-26 12:17:23 +00:00
Decrease width of field guide
This commit is contained in:
6
dist/birb.js
vendored
6
dist/birb.js
vendored
@@ -1328,7 +1328,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#birb-field-guide {
|
#birb-field-guide {
|
||||||
width: 340px;
|
width: 330px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.birb-grid-content {
|
.birb-grid-content {
|
||||||
@@ -1794,7 +1794,7 @@
|
|||||||
}
|
}
|
||||||
insertMenu(menuItems, `${birdBirb().toLowerCase()}OS`, updateMenuLocation);
|
insertMenu(menuItems, `${birdBirb().toLowerCase()}OS`, updateMenuLocation);
|
||||||
});
|
});
|
||||||
|
|
||||||
birbElement.addEventListener("mouseover", () => {
|
birbElement.addEventListener("mouseover", () => {
|
||||||
lastActionTimestamp = Date.now();
|
lastActionTimestamp = Date.now();
|
||||||
if (currentState === States.IDLE) {
|
if (currentState === States.IDLE) {
|
||||||
@@ -2077,7 +2077,7 @@
|
|||||||
if (document.querySelector("#" + FIELD_GUIDE_ID)) {
|
if (document.querySelector("#" + FIELD_GUIDE_ID)) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
const fieldGuide = createWindow(
|
const fieldGuide = createWindow(
|
||||||
FIELD_GUIDE_ID,
|
FIELD_GUIDE_ID,
|
||||||
"Field Guide",
|
"Field Guide",
|
||||||
|
|||||||
8
dist/birb.user.js
vendored
8
dist/birb.user.js
vendored
@@ -1,7 +1,7 @@
|
|||||||
// ==UserScript==
|
// ==UserScript==
|
||||||
// @name Pocket Bird
|
// @name Pocket Bird
|
||||||
// @namespace https://idreesinc.com
|
// @namespace https://idreesinc.com
|
||||||
// @version 2025.10.26.406
|
// @version 2025.10.26.421
|
||||||
// @description birb
|
// @description birb
|
||||||
// @author Idrees
|
// @author Idrees
|
||||||
// @downloadURL https://github.com/IdreesInc/Pocket-Bird/raw/refs/heads/main/dist/birb.user.js
|
// @downloadURL https://github.com/IdreesInc/Pocket-Bird/raw/refs/heads/main/dist/birb.user.js
|
||||||
@@ -1342,7 +1342,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#birb-field-guide {
|
#birb-field-guide {
|
||||||
width: 340px;
|
width: 330px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.birb-grid-content {
|
.birb-grid-content {
|
||||||
@@ -1808,7 +1808,7 @@
|
|||||||
}
|
}
|
||||||
insertMenu(menuItems, `${birdBirb().toLowerCase()}OS`, updateMenuLocation);
|
insertMenu(menuItems, `${birdBirb().toLowerCase()}OS`, updateMenuLocation);
|
||||||
});
|
});
|
||||||
|
|
||||||
birbElement.addEventListener("mouseover", () => {
|
birbElement.addEventListener("mouseover", () => {
|
||||||
lastActionTimestamp = Date.now();
|
lastActionTimestamp = Date.now();
|
||||||
if (currentState === States.IDLE) {
|
if (currentState === States.IDLE) {
|
||||||
@@ -2091,7 +2091,7 @@
|
|||||||
if (document.querySelector("#" + FIELD_GUIDE_ID)) {
|
if (document.querySelector("#" + FIELD_GUIDE_ID)) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
const fieldGuide = createWindow(
|
const fieldGuide = createWindow(
|
||||||
FIELD_GUIDE_ID,
|
FIELD_GUIDE_ID,
|
||||||
"Field Guide",
|
"Field Guide",
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
"manifest_version": 3,
|
"manifest_version": 3,
|
||||||
"name": "Pocket Bird",
|
"name": "Pocket Bird",
|
||||||
"description": "It's a bird, in your browser. What more could you want?",
|
"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",
|
"homepage_url": "https://idreesinc.com",
|
||||||
"content_scripts": [
|
"content_scripts": [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -423,7 +423,7 @@ Promise.all([
|
|||||||
}
|
}
|
||||||
insertMenu(menuItems, `${birdBirb().toLowerCase()}OS`, updateMenuLocation);
|
insertMenu(menuItems, `${birdBirb().toLowerCase()}OS`, updateMenuLocation);
|
||||||
});
|
});
|
||||||
|
|
||||||
birbElement.addEventListener("mouseover", () => {
|
birbElement.addEventListener("mouseover", () => {
|
||||||
lastActionTimestamp = Date.now();
|
lastActionTimestamp = Date.now();
|
||||||
if (currentState === States.IDLE) {
|
if (currentState === States.IDLE) {
|
||||||
@@ -710,7 +710,7 @@ Promise.all([
|
|||||||
if (document.querySelector("#" + FIELD_GUIDE_ID)) {
|
if (document.querySelector("#" + FIELD_GUIDE_ID)) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
const fieldGuide = createWindow(
|
const fieldGuide = createWindow(
|
||||||
FIELD_GUIDE_ID,
|
FIELD_GUIDE_ID,
|
||||||
"Field Guide",
|
"Field Guide",
|
||||||
|
|||||||
@@ -230,7 +230,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#birb-field-guide {
|
#birb-field-guide {
|
||||||
width: 340px;
|
width: 330px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.birb-grid-content {
|
.birb-grid-content {
|
||||||
|
|||||||
Reference in New Issue
Block a user