Skip to content

Commit 99dd2fb

Browse files
committed
Updated CSS file with some examples
1 parent 588dbbd commit 99dd2fb

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

MMM-BirdNET.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
height: 85px;
99
width: auto;
1010
padding: 0px 0px 0px 0px;
11+
background-color:lightslategray;
1112
}
1213

1314
table, tr, th, td {

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ All configuration options are optional. There are no mandatory parameters.
4343
| mapUrl | null | If you set the mapMode parameter to `custom`, this parameter will activate. You can supply your own [Leaflet](https://leafletjs.com/reference.html#map-example)-supported map URL here. |
4444
| dataUrl | https://birdnet.cornell.edu/map/requeststats| Where to pull the data |
4545

46-
Note: Width & height of the map are controlled via the `BirdNETmap` classname. Override via your `custom.css`. Default is 400px x 400px.
46+
Note: Width & height of the map are controlled via the `BirdNETmap` classname. Override via your `custom.css`. Default is 400px x 400px. See the `MMM-BirdNET.css` file for examples.
4747

4848
## Upcoming Features
4949
* Better CSS for the popups.

0 commit comments

Comments
 (0)