mirror of
				https://github.com/ZetaKebab/kesper.git
				synced 2025-11-04 08:09:49 +00:00 
			
		
		
		
	Fix recent posts alignment
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
											
										
									
								
							@@ -1522,6 +1522,10 @@ iframe.instagram-media + script + :not([id]) {
 | 
			
		||||
    grid-gap: 4vmin;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.read-more .post-card-tags {
 | 
			
		||||
    display: none;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@media (max-width: 1000px) {
 | 
			
		||||
    .read-more {
 | 
			
		||||
        grid-template-columns: repeat(4, 1fr);
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										2
									
								
								post.hbs
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								post.hbs
									
									
									
									
									
								
							@@ -122,7 +122,7 @@ into the {body} tag of the default.hbs template --}}
 | 
			
		||||
 | 
			
		||||
    This query gets the latest 3 posts on the site, but adds a filter to
 | 
			
		||||
    exclude the post we're currently on from being included. --}}
 | 
			
		||||
    {{#get "posts" filter="id:-{{id}}" include="authors" limit="3" as |more_posts|}}
 | 
			
		||||
    {{#get "posts" filter="id:-{{id}}" limit="3" as |more_posts|}}
 | 
			
		||||
 | 
			
		||||
        {{#if more_posts}}
 | 
			
		||||
            <aside class="read-more-wrap outer">
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user