| 
									
										
										
										
											2021-11-09 22:25:03 -03:00
										 |  |  | <ng-container *ngIf="specialEvent"> | 
					
						
							|  |  |  |   <div class="pyro"> | 
					
						
							|  |  |  |     <div class="before"></div> | 
					
						
							|  |  |  |     <div class="after"></div> | 
					
						
							|  |  |  |   </div> | 
					
						
							|  |  |  |   <div class="warning-label">{{ eventName }}</div> | 
					
						
							|  |  |  | </ng-container> | 
					
						
							| 
									
										
										
										
											2021-11-12 20:24:15 +04:00
										 |  |  | 
 | 
					
						
							|  |  |  | <div *ngIf="countdown > 0" class="warning-label">{{ eventName }} in {{ countdown | number }} block{{ countdown === 1 ? '' : 's' }}!</div> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-01-26 11:55:26 -06:00
										 |  |  | <div class="blockchain-wrapper" [class.time-ltr]="timeLtr" [class.time-rtl]="!timeLtr"> | 
					
						
							|  |  |  |   <div id="blockchain-container" [dir]="timeLtr ? 'rtl' : 'ltr'" #blockchainContainer | 
					
						
							|  |  |  |     (mousedown)="onMouseDown($event)" | 
					
						
							|  |  |  |     (dragstart)="onDragStart($event)" | 
					
						
							|  |  |  |     (scroll)="onScroll($event)" | 
					
						
							|  |  |  |   > | 
					
						
							|  |  |  |     <app-blockchain [pageIndex]="pageIndex" [pages]="pages" [blocksPerPage]="blocksPerPage" [minScrollWidth]="minScrollWidth"></app-blockchain> | 
					
						
							|  |  |  |   </div> | 
					
						
							|  |  |  |   <div class="reset-scroll" [class.hidden]="pageIndex === 0" (click)="resetScroll()"> | 
					
						
							|  |  |  |     <fa-icon [icon]="['fas', 'circle-left']" [fixedWidth]="true" i18n-title="blocks.return-to-tip" title="Return to tip"></fa-icon> | 
					
						
							|  |  |  |   </div> | 
					
						
							| 
									
										
										
										
											2020-03-22 17:44:36 +07:00
										 |  |  | </div> | 
					
						
							| 
									
										
										
										
											2020-03-11 16:31:37 +07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-03-22 17:44:36 +07:00
										 |  |  | <router-outlet></router-outlet> |