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

2
dist/birb.js vendored
View File

@@ -1328,7 +1328,7 @@
} }
#birb-field-guide { #birb-field-guide {
width: 340px; width: 330px !important;
} }
.birb-grid-content { .birb-grid-content {

4
dist/birb.user.js vendored
View File

@@ -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 {

View File

@@ -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": [
{ {

View File

@@ -230,7 +230,7 @@
} }
#birb-field-guide { #birb-field-guide {
width: 340px; width: 330px !important;
} }
.birb-grid-content { .birb-grid-content {