mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-11-03 08:02:36 +09:00 
			
		
		
		
	Fix user menu item styling (#4985)
This commit is contained in:
		
				
					committed by
					
						
						techknowlogick
					
				
			
			
				
	
			
			
			
						parent
						
							39735723f5
						
					
				
				
					commit
					31d5488059
				
			
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							@@ -415,6 +415,11 @@ pre, code {
 | 
				
			|||||||
    }
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.user-menu > .item {
 | 
				
			||||||
 | 
					    width: 100%;
 | 
				
			||||||
 | 
					    border-radius: 0 !important;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.scrolling.menu {
 | 
					.scrolling.menu {
 | 
				
			||||||
    .item.selected {
 | 
					    .item.selected {
 | 
				
			||||||
        font-weight: 700 !important;
 | 
					        font-weight: 700 !important;
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -76,7 +76,7 @@
 | 
				
			|||||||
					<span class="mobile-only">{{.SignedUser.Name}}</span>
 | 
										<span class="mobile-only">{{.SignedUser.Name}}</span>
 | 
				
			||||||
					<i class="fitted octicon octicon-triangle-down not-mobile" tabindex="-1"></i>
 | 
										<i class="fitted octicon octicon-triangle-down not-mobile" tabindex="-1"></i>
 | 
				
			||||||
				</span>
 | 
									</span>
 | 
				
			||||||
				<div class="menu" tabindex="-1">
 | 
									<div class="menu user-menu" tabindex="-1">
 | 
				
			||||||
					<div class="ui header">
 | 
										<div class="ui header">
 | 
				
			||||||
						{{.i18n.Tr "signed_in_as"}} <strong>{{.SignedUser.Name}}</strong>
 | 
											{{.i18n.Tr "signed_in_as"}} <strong>{{.SignedUser.Name}}</strong>
 | 
				
			||||||
					</div>
 | 
										</div>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user