release: bump version to 0.44.0
This commit is contained in:
@@ -121,6 +121,19 @@
|
||||
box-shadow: 0 0 4px currentColor;
|
||||
}
|
||||
|
||||
.legend-dot--vessel {
|
||||
width: 0;
|
||||
height: 0;
|
||||
border-radius: 0;
|
||||
background: transparent !important;
|
||||
border-left: calc(5px * var(--hud-scale)) solid transparent;
|
||||
border-right: calc(5px * var(--hud-scale)) solid transparent;
|
||||
border-bottom: calc(13px * var(--hud-scale)) solid currentColor;
|
||||
color: inherit;
|
||||
box-shadow: none;
|
||||
transform: rotate(45deg);
|
||||
}
|
||||
|
||||
.legend-label {
|
||||
color: var(--hud-text);
|
||||
font-size: calc(0.78rem * var(--hud-scale));
|
||||
|
||||
Reference in New Issue
Block a user