mirror of
				https://github.com/bra1n/townsquare.git
				synced 2025-10-21 16:55:12 +00:00 
			
		
		
		
	tweaking position of tooltip
This commit is contained in:
		
							parent
							
								
									d8df724907
								
							
						
					
					
						commit
						03731bc887
					
				
					 1 changed files with 2 additions and 3 deletions
				
			
		| 
						 | 
					@ -664,11 +664,10 @@ li.move:not(.from) .player .overlay svg.move {
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  .pronouns {
 | 
					  .pronouns {
 | 
				
			||||||
    display: inline-block;
 | 
					    display: inline-flex;
 | 
				
			||||||
    position: absolute;
 | 
					    position: absolute;
 | 
				
			||||||
    padding: 5px 10px;
 | 
					    padding: 5px 10px;
 | 
				
			||||||
    left: 120%;
 | 
					    left: 110%;
 | 
				
			||||||
    z-index: 25;
 | 
					 | 
				
			||||||
    font-size: 80%;
 | 
					    font-size: 80%;
 | 
				
			||||||
    background: rgba(0, 0, 0, 0.5);
 | 
					    background: rgba(0, 0, 0, 0.5);
 | 
				
			||||||
    border-radius: 10px;
 | 
					    border-radius: 10px;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue