inline the google maps pin svg

This commit is contained in:
Jakob Ketterl
2021-05-16 17:30:34 +02:00
parent 8a54ef4cd0
commit a04f198ade
5 changed files with 12 additions and 16 deletions

View File

@ -1079,14 +1079,9 @@ img.openwebrx-mirror-img
content: "Down: ";
}
.openwebrx-maps-pin {
background-image: url("../gfx/google_maps_pin.svg");
background-position: center;
background-repeat: no-repeat;
.openwebrx-maps-pin svg {
width: 15px;
height: 15px;
background-size: contain;
display: inline-block;
}
.openwebrx-message-panel {