Minor UI design changes
This commit is contained in:
		
							parent
							
								
									abb35da86a
								
							
						
					
					
						commit
						eba896275b
					
				@ -786,6 +786,11 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    .user-view {
 | 
					    .user-view {
 | 
				
			||||||
 | 
					        .user-rank {
 | 
				
			||||||
 | 
					          font-size: 80%;
 | 
				
			||||||
 | 
					          margin-right: 2px;
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        .match-found {
 | 
					        .match-found {
 | 
				
			||||||
            margin-left: 3px;
 | 
					            margin-left: 3px;
 | 
				
			||||||
            padding-left: 2px;
 | 
					            padding-left: 2px;
 | 
				
			||||||
 | 
				
			|||||||
@ -138,7 +138,7 @@
 | 
				
			|||||||
            <div class="form-group">
 | 
					            <div class="form-group">
 | 
				
			||||||
                <label class="control-label" for="risingComparisonInSearch">
 | 
					                <label class="control-label" for="risingComparisonInSearch">
 | 
				
			||||||
                    <input type="checkbox" id="risingComparisonInSearch" v-model="risingComparisonInSearch"/>
 | 
					                    <input type="checkbox" id="risingComparisonInSearch" v-model="risingComparisonInSearch"/>
 | 
				
			||||||
                    Show quick match results in search results
 | 
					                    Show quick match results in the search results
 | 
				
			||||||
                </label>
 | 
					                </label>
 | 
				
			||||||
            </div>
 | 
					            </div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@ -162,7 +162,7 @@
 | 
				
			|||||||
            <div class="form-group">
 | 
					            <div class="form-group">
 | 
				
			||||||
                <label class="control-label" for="risingCharacterPreview">
 | 
					                <label class="control-label" for="risingCharacterPreview">
 | 
				
			||||||
                    <input type="checkbox" id="risingCharacterPreview" v-model="risingCharacterPreview"/>
 | 
					                    <input type="checkbox" id="risingCharacterPreview" v-model="risingCharacterPreview"/>
 | 
				
			||||||
                    Show a character preview when mouse hovers over a character name
 | 
					                    Show a character preview when the mouse hovers over a character name
 | 
				
			||||||
                </label>
 | 
					                </label>
 | 
				
			||||||
            </div>
 | 
					            </div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
@ -92,8 +92,8 @@ export function getStatusClasses(
 | 
				
			|||||||
    const userClass = `user-view gender-${gender}${isBookmark ? ' user-bookmark' : ''}`;
 | 
					    const userClass = `user-view gender-${gender}${isBookmark ? ' user-bookmark' : ''}`;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    return {
 | 
					    return {
 | 
				
			||||||
      rankIcon,
 | 
					      rankIcon: rankIcon ? `user-rank ${rankIcon}` : null,
 | 
				
			||||||
      statusClass,
 | 
					      statusClass: statusClass ? `user-status ${statusClass}` : null,
 | 
				
			||||||
      matchClass,
 | 
					      matchClass,
 | 
				
			||||||
      matchScore,
 | 
					      matchScore,
 | 
				
			||||||
      userClass,
 | 
					      userClass,
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user