mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	Minor tweak to tag list (#18295)
Slightly reduce the font size and padding in the tags table, it seemed a bit too big to me.
This commit is contained in:
		@@ -1978,8 +1978,12 @@
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    #tags-table {
 | 
			
		||||
      .tag {
 | 
			
		||||
        padding: 8px 12px;
 | 
			
		||||
      }
 | 
			
		||||
 | 
			
		||||
      .release-tag-name {
 | 
			
		||||
        font-size: 1.5rem;
 | 
			
		||||
        font-size: 20px;
 | 
			
		||||
        font-weight: normal;
 | 
			
		||||
      }
 | 
			
		||||
    }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user