mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-11-04 08:29:23 -05:00 
			
		
		
		
	Fix avatar offset on PR/issue timeline view (#13753)
* Fix avatar offset on PR/issue timeline view * Apply suggestions from code review Co-authored-by: silverwind <me@silverwind.io> Co-authored-by: silverwind <me@silverwind.io>
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							63aeb0a859
						
					
				
				
					commit
					d7ab72681d
				
			@@ -837,8 +837,6 @@
 | 
			
		||||
          width: 20px;
 | 
			
		||||
          height: 20px;
 | 
			
		||||
          margin-right: .5rem;
 | 
			
		||||
          position: relative;
 | 
			
		||||
          top: -2px;
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        &:first-child:not(.commit) {
 | 
			
		||||
@@ -894,6 +892,12 @@
 | 
			
		||||
          .singular-commit {
 | 
			
		||||
            line-height: 34px; /* this must be same as .badge height, to avoid overflow */
 | 
			
		||||
 | 
			
		||||
            > .avatar.image,
 | 
			
		||||
            > .avatar.image img {
 | 
			
		||||
              position: relative;
 | 
			
		||||
              top: -2px;
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
            .shabox {
 | 
			
		||||
              .sha.label {
 | 
			
		||||
                margin: 0;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user