mirror of
https://github.com/NohamR/Pocket-Bird.git
synced 2026-05-24 19:59:36 +00:00
Decrease width of field guide
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -230,7 +230,7 @@
|
||||
}
|
||||
|
||||
#birb-field-guide {
|
||||
width: 340px;
|
||||
width: 330px !important;
|
||||
}
|
||||
|
||||
.birb-grid-content {
|
||||
|
||||
Reference in New Issue
Block a user