- Upgraded "[_pathfinder_esi_](https://github.com/exodus4d/pathfinder_esi)" Web API client`v1.3.2` → `v2.0.0` - Fixed a js bug where current active(selected) system becomes deselected after system was dragged on map - Fixed a js bug where new auto mapped systems (e.g. after jump) were positioned outside current map scroll viewport - Fixed a js bug where map sync failed after map tabs switch - Fixed blurry map when map zoom was changed - Fixed multiple minor JS bugs where map render/update failed
16 lines
253 B
SCSS
16 lines
253 B
SCSS
.pf-connection-info-module {
|
|
|
|
.pf-module-body {
|
|
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
|
|
}
|
|
|
|
.pf-connection-info-table {
|
|
width: 100%;
|
|
|
|
td {
|
|
.fa-plus {
|
|
@extend .pf-dialog-icon-button;
|
|
}
|
|
}
|
|
}
|
|
} |