mirror of
				https://github.com/ZetaKebab/kesper.git
				synced 2025-11-04 08:09:49 +00:00 
			
		
		
		
	Fix featured post indicator layout shifting
This commit is contained in:
		
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							@@ -702,12 +702,19 @@ body:not(.gh-head-open) .gh-burger:hover .gh-burger-inner::after {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.post-card-featured {
 | 
			
		||||
    position: relative;
 | 
			
		||||
    display: flex;
 | 
			
		||||
    align-items: center;
 | 
			
		||||
    gap: 3px;
 | 
			
		||||
    padding-left: 18px;
 | 
			
		||||
    color: var(--ghost-accent-color);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.post-card-featured svg {
 | 
			
		||||
    position: absolute;
 | 
			
		||||
    left: 0;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.post-card-title {
 | 
			
		||||
    margin: 0;
 | 
			
		||||
    font-size: 2.6rem;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user