Fix markers and translation

This commit is contained in:
tobspr 2020-09-23 16:24:10 +02:00
parent e040a47195
commit fd77ba135a
3 changed files with 4 additions and 4 deletions

View File

@ -39,6 +39,8 @@
overflow-y: auto;
pointer-events: all;
@include S(padding-right, 5px);
@include S(padding-bottom, 5px);
@include S(padding-top, 5px);
// Scrollbar
&::-webkit-scrollbar {

View File

@ -319,9 +319,7 @@ export class HUDWaypoints extends BaseHUDPart {
this.waypoints.push({
label,
center: { x: position.x, y: position.y },
// Make sure the zoom is *just* a bit above the zoom level where the map overview
// starts, so you always see all buildings
zoomLevel: Math.max(this.root.camera.zoomLevel, globalConfig.mapChunkOverviewMinZoom + 0.05),
zoomLevel: this.root.camera.zoomLevel,
});
this.sortWaypoints();

View File

@ -612,7 +612,7 @@ buildings:
display:
default:
name: &display Display
description: Connect a signal to show it on the display! It can be a shape, color or boolean.
description: Connect a signal to show it on the display - It can be a shape, color or boolean.
reader:
default: