* Add emoji to labels Minor cleanup of tribute code in footer.tmpl Signed-off-by: jolheiser <john.olheiser@gmail.com> * Quick find/replace in other i18n files containing label translations Signed-off-by: jolheiser <john.olheiser@gmail.com> * Revert "Quick find/replace in other i18n files containing label translations" This reverts commit ec3e1a3a1775989301bb2c1cd08e8871b317688d. * Add style to overwrite emoji height in labels * Revert Makefile change that makes Windows work
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			167 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			167 B
		
	
	
	
		
			Text
		
	
	
	
	
	
.emoji {
 | 
						|
    width: 1.5em;
 | 
						|
    height: 1.5em;
 | 
						|
    display: inline-block;
 | 
						|
    background-size: contain;
 | 
						|
}
 | 
						|
 | 
						|
.ui.label .emoji {
 | 
						|
    height: 1.2em !important;
 | 
						|
}
 |