mirror of
				https://github.com/bra1n/townsquare.git
				synced 2025-10-21 16:55:12 +00:00 
			
		
		
		
	make pronouns tooltip appear on the left on the right hand side of the circle.
This commit is contained in:
		
							parent
							
								
									48eab1fa8c
								
							
						
					
					
						commit
						30ca53dde3
					
				
					 1 changed files with 11 additions and 0 deletions
				
			
		|  | @ -292,6 +292,17 @@ export default { | ||||||
|             left: 100%; |             left: 100%; | ||||||
|           } |           } | ||||||
|         } |         } | ||||||
|  |         //show pronouns tooltip on the left | ||||||
|  |         .pronouns { | ||||||
|  |           right: 120%; | ||||||
|  |           left: auto; | ||||||
|  |           &:before { | ||||||
|  |             border-right-color: transparent; | ||||||
|  |             border-left-color: black; | ||||||
|  |             right: auto; | ||||||
|  |             left: 100%; | ||||||
|  |           } | ||||||
|  |         } | ||||||
|       } @else { |       } @else { | ||||||
|         // second half of players |         // second half of players | ||||||
|         z-index: $i - 1; |         z-index: $i - 1; | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue