forked from cybrespace/mastodon
		
	Adjust emoji-mart-anchor-bar for environments that use display scaling (#7772)
This commit is contained in:
		
							parent
							
								
									17dc07f667
								
							
						
					
					
						commit
						3df8c40508
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -62,16 +62,16 @@
 | 
			
		|||
  }
 | 
			
		||||
 | 
			
		||||
  .emoji-mart-anchor-bar {
 | 
			
		||||
    bottom: 0;
 | 
			
		||||
    bottom: -1px;
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.emoji-mart-anchor-bar {
 | 
			
		||||
  position: absolute;
 | 
			
		||||
  bottom: -3px;
 | 
			
		||||
  bottom: -5px;
 | 
			
		||||
  left: 0;
 | 
			
		||||
  width: 100%;
 | 
			
		||||
  height: 3px;
 | 
			
		||||
  height: 4px;
 | 
			
		||||
  background-color: $highlight-text-color;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue