Space between planet type icon and type name.

This commit is contained in:
punkfairie 2023-05-12 03:01:12 -07:00
parent 75f180526d
commit fb47bd24bd

View file

@ -108,7 +108,7 @@ export class UI {
}
// type
const typeName = body.PlanetClass || body.starType || ''
type.appendChild($('<span>').text(typeName))
type.appendChild($('<span>').text(` ${typeName}`))
row.appendChild(type)
// distance