Only show electrum tab on desktop
This commit is contained in:
		
							parent
							
								
									decc96d293
								
							
						
					
					
						commit
						89d9c1d78d
					
				| @ -32,7 +32,7 @@ | |||||||
|         </ng-template> |         </ng-template> | ||||||
|       </li> |       </li> | ||||||
| 
 | 
 | ||||||
|       <li [ngbNavItem]="3" *ngIf="showElectrsTab" role="presentation"> |       <li [ngbNavItem]="3" *ngIf="showElectrsTab" role="presentation" class="hide-on-mobile"> | ||||||
|         <a ngbNavLink [routerLink]="['/docs/api/electrs' | relativeUrl]" role="tab">API - Electrum RPC</a> |         <a ngbNavLink [routerLink]="['/docs/api/electrs' | relativeUrl]" role="tab">API - Electrum RPC</a> | ||||||
|         <ng-template ngbNavContent> |         <ng-template ngbNavContent> | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -7,3 +7,9 @@ | |||||||
| #footer { | #footer { | ||||||
|   clear: both; |   clear: both; | ||||||
| } | } | ||||||
|  | 
 | ||||||
|  | @media (max-width: 992px) { | ||||||
|  |   .hide-on-mobile { | ||||||
|  |     display: none; | ||||||
|  |   } | ||||||
|  | } | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user