UI: Fix repo header issues (#5995)
Fixes: https://github.com/go-gitea/gitea/issues/5985
This commit is contained in:
		
							parent
							
								
									f51e7ed18e
								
							
						
					
					
						commit
						6606d650fa
					
				
					 2 changed files with 4 additions and 7 deletions
				
			
		
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							|  | @ -4,9 +4,7 @@ | ||||||
|     padding-top: 15px; |     padding-top: 15px; | ||||||
|     padding-bottom: @footer-margin * 2; |     padding-bottom: @footer-margin * 2; | ||||||
| 
 | 
 | ||||||
|     .header-grid { |     .repo-header { | ||||||
|         padding-top: 5px; |  | ||||||
|         padding-bottom: 5px; |  | ||||||
|         .ui.compact.menu { |         .ui.compact.menu { | ||||||
|             margin-left: 1rem; |             margin-left: 1rem; | ||||||
|         } |         } | ||||||
|  | @ -19,10 +17,10 @@ | ||||||
|         } |         } | ||||||
|         .ui.huge.breadcrumb { |         .ui.huge.breadcrumb { | ||||||
|             font-weight: 400; |             font-weight: 400; | ||||||
|             font-size: 1.7rem; |             font-size: 1.5rem; | ||||||
|         } |         } | ||||||
|         .fork-flag { |         .fork-flag { | ||||||
|             margin-left: @mega-octicon-width + 8px; |             margin-left: @mega-octicon-width + 6px; | ||||||
|             margin-top: 3px; |             margin-top: 3px; | ||||||
|             display: block; |             display: block; | ||||||
|             font-size: 12px; |             font-size: 12px; | ||||||
|  | @ -1867,7 +1865,6 @@ tbody.commit-list { | ||||||
|     flex-wrap: wrap; |     flex-wrap: wrap; | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| .repo-header .repo-title, |  | ||||||
| .repo-header .repo-buttons { | .repo-header .repo-buttons { | ||||||
|     display: flex; |     display: flex; | ||||||
|     align-items: center; |     align-items: center; | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue