mirror of
				https://github.com/bra1n/townsquare.git
				synced 2025-10-21 16:55:12 +00:00 
			
		
		
		
	adjusted player menu styling for smaller screens (fixes #88)
This commit is contained in:
		
							parent
							
								
									8c87f696d5
								
							
						
					
					
						commit
						f6a7cbaf28
					
				
					 2 changed files with 7 additions and 1 deletions
				
			
		| 
						 | 
					@ -675,7 +675,7 @@ li.move:not(.from) .player .overlay svg.move {
 | 
				
			||||||
    border: 10px solid transparent;
 | 
					    border: 10px solid transparent;
 | 
				
			||||||
    border-right-color: black;
 | 
					    border-right-color: black;
 | 
				
			||||||
    right: 100%;
 | 
					    right: 100%;
 | 
				
			||||||
    bottom: 7px;
 | 
					    bottom: 5px;
 | 
				
			||||||
    margin-right: 2px;
 | 
					    margin-right: 2px;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -44,6 +44,12 @@
 | 
				
			||||||
  .player > .name {
 | 
					  .player > .name {
 | 
				
			||||||
    top: 0;
 | 
					    top: 0;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					  .player > .menu {
 | 
				
			||||||
 | 
					    bottom: 0;
 | 
				
			||||||
 | 
					    &:before {
 | 
				
			||||||
 | 
					      bottom: 0;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// Old phones
 | 
					// Old phones
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue