mirror of
https://github.com/NohamR/Pocket-Bird.git
synced 2026-05-26 04:07:24 +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} {
|
#${FIELD_GUIDE_ID} {
|
||||||
width: 260px;
|
width: 340px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.birb-grid-content {
|
.birb-grid-content {
|
||||||
@@ -525,7 +525,7 @@ const species = {
|
|||||||
[WING_EDGE]: "#326ed9",
|
[WING_EDGE]: "#326ed9",
|
||||||
}),
|
}),
|
||||||
shimaEnaga: new BirdType("Shima Enaga",
|
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",
|
[FOOT]: "#af8e75",
|
||||||
[FACE]: "#ffffff",
|
[FACE]: "#ffffff",
|
||||||
[BELLY]: "#ebe9e8",
|
[BELLY]: "#ebe9e8",
|
||||||
|
|||||||
Reference in New Issue
Block a user