Change titles, adjust padding
This commit is contained in:
		
							parent
							
								
									f14cd5ee2b
								
							
						
					
					
						commit
						3039481686
					
				| @ -38,7 +38,7 @@ | |||||||
|       <div class="card"> |       <div class="card"> | ||||||
|         <div class="card-body pl-lg-3 pr-lg-3 pl-2 pr-2"> |         <div class="card-body pl-lg-3 pr-lg-3 pl-2 pr-2"> | ||||||
|           <a class="title-link" href="" [routerLink]="['/mempool-block/0' | relativeUrl]"> |           <a class="title-link" href="" [routerLink]="['/mempool-block/0' | relativeUrl]"> | ||||||
|             <h5 class="card-title d-inline" i18n="dashboard.next-block">Next Block</h5> |             <h5 class="card-title d-inline" i18n="dashboard.mempool-goggles-accelerations">Mempool Goggles: Accelerations</h5> | ||||||
|             <span> </span> |             <span> </span> | ||||||
|             <fa-icon [icon]="['fas', 'external-link-alt']" [fixedWidth]="true" style="vertical-align: 'text-top'; font-size: 13px; color: #4a68b9"></fa-icon> |             <fa-icon [icon]="['fas', 'external-link-alt']" [fixedWidth]="true" style="vertical-align: 'text-top'; font-size: 13px; color: #4a68b9"></fa-icon> | ||||||
|           </a> |           </a> | ||||||
|  | |||||||
| @ -149,7 +149,7 @@ | |||||||
|     height: 420px; |     height: 420px; | ||||||
|   } |   } | ||||||
|   @media (min-width: 992px) { |   @media (min-width: 992px) { | ||||||
|     height: 500px; |     height: 510px; | ||||||
|   } |   } | ||||||
| } | } | ||||||
| .list-card { | .list-card { | ||||||
|  | |||||||
| @ -26,7 +26,7 @@ | |||||||
|     height: 345px; |     height: 345px; | ||||||
|   } |   } | ||||||
|   @media (min-width: 992px) { |   @media (min-width: 992px) { | ||||||
|     height: 432px; |     height: 442px; | ||||||
|   } |   } | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -42,7 +42,7 @@ export class MiningDashboardComponent implements OnInit, AfterViewInit { | |||||||
|   @HostListener('window:resize', ['$event']) |   @HostListener('window:resize', ['$event']) | ||||||
|   onResize(): void { |   onResize(): void { | ||||||
|     if (window.innerWidth >= 992) { |     if (window.innerWidth >= 992) { | ||||||
|       this.graphHeight = 330; |       this.graphHeight = 340; | ||||||
|     } else if (window.innerWidth >= 768) { |     } else if (window.innerWidth >= 768) { | ||||||
|       this.graphHeight = 245; |       this.graphHeight = 245; | ||||||
|     } else { |     } else { | ||||||
|  | |||||||
| @ -19,7 +19,7 @@ | |||||||
|         <div class="card-body pl-lg-3 pr-lg-3 pl-2 pr-2"> |         <div class="card-body pl-lg-3 pr-lg-3 pl-2 pr-2"> | ||||||
|           <ng-template [ngIf]="(network$ | async) !== 'liquid'" [ngIfElse]="liquidPegs"> |           <ng-template [ngIf]="(network$ | async) !== 'liquid'" [ngIfElse]="liquidPegs"> | ||||||
|             <a class="title-link" href="" [routerLink]="['/mempool-block/0' | relativeUrl]"> |             <a class="title-link" href="" [routerLink]="['/mempool-block/0' | relativeUrl]"> | ||||||
|               <h5 class="card-title d-inline" i18n="dashboard.mempool-goggles">Mempool Goggles</h5> |               <h5 class="card-title d-inline" i18n="dashboard.mempool-goggles-next-block">Mempool Goggles: Next Block</h5> | ||||||
|               <span> </span> |               <span> </span> | ||||||
|               <fa-icon [icon]="['fas', 'external-link-alt']" [fixedWidth]="true" style="vertical-align: text-top; font-size: 13px; color: #4a68b9"></fa-icon> |               <fa-icon [icon]="['fas', 'external-link-alt']" [fixedWidth]="true" style="vertical-align: text-top; font-size: 13px; color: #4a68b9"></fa-icon> | ||||||
|             </a> |             </a> | ||||||
|  | |||||||
| @ -48,7 +48,7 @@ | |||||||
|     height: 415px; |     height: 415px; | ||||||
|   } |   } | ||||||
|   @media (min-width: 992px) { |   @media (min-width: 992px) { | ||||||
|     height: 500px; |     height: 510px; | ||||||
|   } |   } | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -29,7 +29,7 @@ | |||||||
|     height: 345px; |     height: 345px; | ||||||
|   } |   } | ||||||
|   @media (min-width: 992px) { |   @media (min-width: 992px) { | ||||||
|     height: 432px; |     height: 442px; | ||||||
|   } |   } | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -41,7 +41,7 @@ export class LightningDashboardComponent implements OnInit, AfterViewInit { | |||||||
|   @HostListener('window:resize', ['$event']) |   @HostListener('window:resize', ['$event']) | ||||||
|   onResize(): void { |   onResize(): void { | ||||||
|     if (window.innerWidth >= 992) { |     if (window.innerWidth >= 992) { | ||||||
|       this.graphHeight = 330; |       this.graphHeight = 340; | ||||||
|     } else if (window.innerWidth >= 768) { |     } else if (window.innerWidth >= 768) { | ||||||
|       this.graphHeight = 245; |       this.graphHeight = 245; | ||||||
|     } else { |     } else { | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user