css: separate point from circle icon

This commit is contained in:
Ulf Gebhardt 2025-02-24 16:39:29 +01:00
parent 9234a76c80
commit c8c7cda106
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -50,13 +50,20 @@
width: 13px !important;
}
.point-icon, .circle-icon {
.point-icon {
position: relative;
top: -33px;
left: 9px;
width: 14px !important;
}
.circle-icon {
position: relative;
top: -33px;
left: 10px;
width: 13px !important;
}
.fire-icon {
position: relative;
top: -36px;