Skip to content
This repository was archived by the owner on Mar 9, 2022. It is now read-only.

Commit

Permalink
feat: faster, support custom lib cdn and more standardized code style
Browse files Browse the repository at this point in the history
  • Loading branch information
dillonzq committed Aug 22, 2019
1 parent f1ec275 commit 934c3a5
Show file tree
Hide file tree
Showing 60 changed files with 10,458 additions and 170 deletions.
18 changes: 11 additions & 7 deletions assets/css/_page/_post.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
.post-header {
.post-title {
margin: 0 !important;
font-size: 2em;
line-height: 1.5em;
font-size: 2rem;
line-height: 3rem;
}
}

.post-meta {
font-size: 14px;
font-size: .88rem;
color: rgba(85, 85, 85, 0.52941) !important;

span {
Expand Down Expand Up @@ -36,20 +36,24 @@
}

.author {
font-size: 1.2em;
font-size: 1.05rem;
}
}

.post-featured-image {
padding-top: .6rem;
}

.post-toc {
position: absolute;
width: 240px;
max-width: 300px;
margin-left: 800px;
padding: 10px;
padding: .8rem;
border-left: 1px solid $global-border-color;
word-wrap: break-word;
box-sizing: border-box;
top: 200px;
top: 12rem;

.post-toc-title {
font-weight: 400;
Expand Down Expand Up @@ -86,7 +90,7 @@
}

.post-toc-mobile {
padding: 10px 0;
padding-top: .8rem;

details {
summary {
Expand Down
2 changes: 1 addition & 1 deletion assets/css/_page/_posts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
border-bottom: 1px dashed $global-border-color-dark;
}

.featured_image_preview {
.post-featured-image-preview {
width: 100%;
padding: 30% 0 0;
position: relative;
Expand Down
4 changes: 4 additions & 0 deletions assets/css/lib/VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[email protected]
[email protected]
[email protected]
[email protected]
3 changes: 3 additions & 0 deletions assets/css/lib/aplayer/APlayer.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions assets/css/lib/fontawesome-free/all.min.css

Large diffs are not rendered by default.

Loading

0 comments on commit 934c3a5

Please sign in to comment.