mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-03 23:14:13 +00:00 
			
		
		
		
	merge: (probably) fix line length between note and 1st reply (#287)
Reviewed-on: https://git.joinsharkey.org/Sharkey/Sharkey/pulls/287
This commit is contained in:
		
						commit
						57e9359e5d
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
					@ -437,10 +437,11 @@ if (props.detail) {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.line {
 | 
					.line {
 | 
				
			||||||
	position: absolute;
 | 
						position: absolute;
 | 
				
			||||||
	height: 100%;
 | 
						height: calc(100% - 58px); // 58px of avatar height (see SkNote)
 | 
				
			||||||
	left: 60px;
 | 
						left: 60px;
 | 
				
			||||||
	// using solid instead of dotted, stylelistic choice
 | 
						// using solid instead of dotted, stylelistic choice
 | 
				
			||||||
	border-left: 2.5px solid rgb(174, 174, 174);
 | 
						border-left: 2.5px solid rgb(174, 174, 174);
 | 
				
			||||||
 | 
						top: 86px; // 28px of .root padding, plus 58px of avatar height (see SkNote)
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.footer {
 | 
					.footer {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue