Skip to content

Commit 51a96b8

Browse files
committed
Adjustments to CSS file
1 parent e352953 commit 51a96b8

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

MMM-BirdNET.css

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,22 +15,23 @@ table, tr, th, td {
1515
}
1616

1717
.popup-image {
18-
border-radius: 4px;
18+
border-radius: 2px;
1919
padding: 3px;
2020
}
2121

2222
.name-label {
23-
font-size: 16px;
23+
font-size: 20px;
2424
}
2525

2626
.species-label {
27-
font-size: 14px;
27+
font-size: 12px;
2828
}
2929

3030
.confidence {
31-
font-size: 12px;
31+
font-size: 14px;
3232
}
3333

34+
/* Override Leaflet defaults */
3435
.leaflet-popup-content {
3536
margin: 3px 3px;
3637
}

0 commit comments

Comments
 (0)