forked from cybrespace/pinafore
		
	fix: fix appearance of native emoji on linux (#838)
This commit is contained in:
		
							parent
							
								
									7da2076791
								
							
						
					
					
						commit
						2d32a91145
					
				
					 1 changed files with 4 additions and 0 deletions
				
			
		| 
						 | 
					@ -37,6 +37,10 @@
 | 
				
			||||||
    background-repeat: no-repeat;
 | 
					    background-repeat: no-repeat;
 | 
				
			||||||
    background-position: center center;
 | 
					    background-position: center center;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					  :global(.emoji-container .emoji-mart-emoji-native) {
 | 
				
			||||||
 | 
					    /* remove if/when https://github.com/missive/emoji-mart/pull/256 is merged */
 | 
				
			||||||
 | 
					    font-family: PinaforeEmoji, sans-serif;
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
</style>
 | 
					</style>
 | 
				
			||||||
<script>
 | 
					<script>
 | 
				
			||||||
  import ModalDialog from './ModalDialog.html'
 | 
					  import ModalDialog from './ModalDialog.html'
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue