mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	UI: Style tweaks to issue selection (#6196)
- Prevent jump in layout when selecting the first issue - Remove useless padding on top of first issue
This commit is contained in:
		
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							@@ -1583,6 +1583,10 @@
 | 
			
		||||
    display: none;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#issue-actions {
 | 
			
		||||
  margin-top: -1rem !important; // counteract padding from Semantic
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#issue-actions.hide {
 | 
			
		||||
    display: none;
 | 
			
		||||
}
 | 
			
		||||
@@ -1593,7 +1597,6 @@
 | 
			
		||||
 | 
			
		||||
.issue.list {
 | 
			
		||||
    list-style: none;
 | 
			
		||||
    padding-top: 15px;
 | 
			
		||||
    >.item {
 | 
			
		||||
        padding-top: 15px;
 | 
			
		||||
        padding-bottom: 10px;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user