align block arrows & reposition selected block pool tag

This commit is contained in:
Mononaut
2024-07-10 08:15:29 +00:00
parent a530b70f9f
commit e054e1d5a3
5 changed files with 29 additions and 11 deletions

View File

@@ -51,7 +51,7 @@
</div>
</ng-template>
</div>
<div *ngIf="arrowVisible" id="arrow-up" [ngStyle]="{'right': rightPosition + (blockWidth * 0.3) + containerOffset + 'px', transition: transition }" [class.blink]="txPosition?.accelerated"></div>
<div *ngIf="arrowVisible" id="arrow-up" [ngStyle]="{'right': rightPosition + (blockWidth * 0.2) + containerOffset + 'px', transition: transition }" [class.blink]="txPosition?.accelerated"></div>
</div>
</ng-container>