mirror of
https://github.com/NohamR/Pocket-Bird.git
synced 2026-05-24 19:59:36 +00:00
Increase field guide width
This commit is contained in:
4
birb.js
4
birb.js
@@ -251,7 +251,7 @@ const styles = `
|
||||
}
|
||||
|
||||
#${FIELD_GUIDE_ID} {
|
||||
width: 260px;
|
||||
width: 340px;
|
||||
}
|
||||
|
||||
.birb-grid-content {
|
||||
@@ -525,7 +525,7 @@ const species = {
|
||||
[WING_EDGE]: "#326ed9",
|
||||
}),
|
||||
shimaEnaga: new BirdType("Shima Enaga",
|
||||
"Small, fluffy birds found in the snowy regions of Japan", {
|
||||
"Small, fluffy birds found in the snowy regions of Japan, these birds are highly sought after by ornithologists and nature photographers.", {
|
||||
[FOOT]: "#af8e75",
|
||||
[FACE]: "#ffffff",
|
||||
[BELLY]: "#ebe9e8",
|
||||
|
||||
Reference in New Issue
Block a user