Fix global footer selector css
This commit is contained in:
		
							parent
							
								
									2f8d0d90cd
								
							
						
					
					
						commit
						cfc3615e64
					
				@ -1,5 +1,5 @@
 | 
			
		||||
<div [formGroup]="themeForm" class="text-small text-center ml-2">
 | 
			
		||||
    <select formControlName="theme" class="custom-select custom-select-sm form-control-secondary form-control mx-auto" style="width: 160px;" (change)="changeTheme()">
 | 
			
		||||
<div [formGroup]="themeForm" class="text-small text-center">
 | 
			
		||||
    <select formControlName="theme" class="custom-select custom-select-sm form-control-secondary form-control mx-auto" style="width: 150px;" (change)="changeTheme()">
 | 
			
		||||
        <option value="default" i18n="theme.mempool-theme">Mempool Theme</option>
 | 
			
		||||
        <option value="contrast" i18n="theme.high-contrast">High Contrast</option>
 | 
			
		||||
    </select>
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user