mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 00:20:25 +08:00 
			
		
		
		
	Fix margin and alignment in dashboard repolist (#22120)
Seems this has recently regressed, previously, there was a significant whitespace between icon and text, but it seems to be gone, so I added the margin and also vertically aligned the icon because it was slightly misaligned. Before: <img width="419" alt="Screenshot 2022-12-13 at 20 03 51" src="https://user-images.githubusercontent.com/115237/207422938-7c45110c-f73e-4344-afc8-c072266d1f95.png"> After: <img width="419" alt="image" src="https://user-images.githubusercontent.com/115237/207447579-95525405-574d-4ca8-84ba-d8a9af50015a.png"> Co-authored-by: KN4CK3R <admin@oldschoolhack.me>
This commit is contained in:
		@@ -188,7 +188,11 @@
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    .repo-owner-name-list .item-name {
 | 
			
		||||
      max-width: 70%;
 | 
			
		||||
      min-width: 0;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    .repo-owner-name-list .item-name svg {
 | 
			
		||||
      min-width: 16px;
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user