(probably) fix line length between note and 1st reply
This commit is contained in:
		
							parent
							
								
									8e02d7f364
								
							
						
					
					
						commit
						f42e2bacd4
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -437,10 +437,11 @@ if (props.detail) {
 | 
			
		|||
 | 
			
		||||
.line {
 | 
			
		||||
	position: absolute;
 | 
			
		||||
	height: 100%;
 | 
			
		||||
	height: calc(100% - 58px); // 58px of avatar height (see SkNote)
 | 
			
		||||
	left: 60px;
 | 
			
		||||
	// using solid instead of dotted, stylelistic choice
 | 
			
		||||
	border-left: 2.5px solid rgb(174, 174, 174);
 | 
			
		||||
	top: 86px; // 28px of .root padding, plus 58px of avatar height (see SkNote)
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.footer {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue