mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-12-18 05:41:31 +00:00
Fixed the posts' layout jumping in loading.
screen width >= 1200px and the panel is visible.
This commit is contained in:
@@ -5,7 +5,7 @@ layout: default
|
||||
# MIT License
|
||||
---
|
||||
|
||||
<div class="row d-flex justify-content-center bg-white">
|
||||
<div class="row bg-white">
|
||||
<div class="col-12 col-lg-11 col-xl-8">
|
||||
<div id="page" class="post pb-5 pl-1 pr-1 pl-sm-2 pr-sm-2 pl-md-4 pr-md-4 pl-xl-3">
|
||||
{% if page.dynamic_title %}
|
||||
|
||||
@@ -5,11 +5,11 @@ layout: default
|
||||
# MIT Licensed
|
||||
---
|
||||
|
||||
<div class="row d-flex justify-content-center bg-white">
|
||||
<div class="row bg-white">
|
||||
{% include date-format.html %}
|
||||
|
||||
<div id="post-wrap" class="col-12 col-lg-11 col-xl-8">
|
||||
<div class="post pl-1 pr-1 pl-sm-2 pr-sm-2 pl-md-4 pr-md-4 pl-xl-3">
|
||||
<div class="post pl-1 pr-1 pl-sm-2 pr-sm-2 pl-md-4 pr-md-4">
|
||||
<h1 data-toc-skip>{{ page.title }}</h1>
|
||||
<div class="post-meta text-muted d-flex flex-column">
|
||||
<!-- Published Date and Categoreis -->
|
||||
@@ -82,10 +82,10 @@ layout: default
|
||||
|
||||
</div> <!-- .row -->
|
||||
|
||||
<div class="row d-flex justify-content-center bg-white">
|
||||
<div class="row bg-white">
|
||||
<div id="post-extend-wrap" class="col-12 col-lg-11 col-xl-8">
|
||||
|
||||
<div class="pl-1 pr-1 pl-sm-2 pr-sm-2 pl-md-4 pr-md-4 pl-xl-3">
|
||||
<div class="pl-1 pr-1 pl-sm-2 pr-sm-2 pl-md-4 pr-md-4">
|
||||
{% include related-posts.html %}
|
||||
|
||||
<div class="post-pager d-flex justify-content-between">
|
||||
|
||||
Reference in New Issue
Block a user