mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	Reorganize CSS files (#24739)
Reorganize various CSS files for clarity, group together by subdirectory in `index.css`. This reorders some of the rules, but I don't think it should introduce any issues because of that.
This commit is contained in:
		@@ -321,6 +321,16 @@ progress::-moz-progress-bar {
 | 
			
		||||
  opacity: 1 !important;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.svg {
 | 
			
		||||
  display: inline-block;
 | 
			
		||||
  vertical-align: text-top;
 | 
			
		||||
  fill: currentcolor;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.middle .svg {
 | 
			
		||||
  vertical-align: middle;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.unselectable,
 | 
			
		||||
.button,
 | 
			
		||||
.lines-num,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user