mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	Fix webhook list styling (#14001)
* Fix webhook list styling * As per @silverwind
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							53308de0bf
						
					
				
				
					commit
					5f55bab70e
				
			@@ -1,4 +1,14 @@
 | 
			
		||||
.admin {
 | 
			
		||||
  &.hooks .list {
 | 
			
		||||
    > .item {
 | 
			
		||||
      &:not(:first-child) {
 | 
			
		||||
        border-top: 1px solid var(--color-secondary);
 | 
			
		||||
        padding: 1rem;
 | 
			
		||||
        margin: 15px -1rem -1rem;
 | 
			
		||||
      }
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  .table.segment {
 | 
			
		||||
    padding: 0;
 | 
			
		||||
    font-size: 13px;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user