Revert "align block arrows & reposition selected block pool tag"

This commit is contained in:
softsimon
2024-07-10 21:51:04 +09:00
committed by GitHub
parent 7721fde7b6
commit d02a67766d
5 changed files with 11 additions and 29 deletions

View File

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