File tree 16 files changed +33
-32
lines changed
16 files changed +33
-32
lines changed Original file line number Diff line number Diff line change 11
11
- 🐛 in post aside section, fixed post card width if no other posts exist in its primary_tag
12
12
- ✨ added a new branch for Chinese optimization
13
13
- 💄 improved bookmark card style
14
+ - 📱 improved responsiveness of layout in all pages
14
15
15
16
## v1.2.6
16
17
- 🐛 fixed when clicking inside of the search form will cause the form to disappear, and improved vertical padding of the button.
Original file line number Diff line number Diff line change @@ -45,8 +45,8 @@ into the {body} of the default.hbs template --}}
45
45
{{!-- main --}}
46
46
<main class =" section" >
47
47
<div class =" columns" >
48
- <div class =" column is-2-widescreen is-1-desktop is-hidden-touch " ></div >
49
- <div class =" column is-8-widescreen is-10-desktop is-12-tablet " >
48
+ <div class =" column is-hidden-touch is-1-desktop is-1-widescreen is-2-fullhd " ></div >
49
+ <div class =" column is-12-tablet is-10-desktop is-10-widescreen is-8-fullhd " >
50
50
{{ #foreach posts }}
51
51
52
52
{{!-- exclude #noindex --}}
Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ into the {body} of the default.hbs template --}}
30
30
{{ #get " posts" include =" tags,authors" filter =" featured:true" limit =" all" order =" published_at desc" }}
31
31
<main class =" section" >
32
32
<div class =" columns" >
33
- <div class =" column is-2-widescreen is-1-desktop is-hidden-touch " ></div >
34
- <div class =" column is-8-widescreen is-10-desktop is-12-tablet " >
33
+ <div class =" column is-hidden-touch is-1-desktop is-1-widescreen is-2-fullhd " ></div >
34
+ <div class =" column is-12-tablet is-10-desktop is-10-widescreen is-8-fullhd " >
35
35
{{ #foreach posts }}
36
36
{{!-- exclude #noindex --}}
37
37
{{ #has tag =" #noindex" }}
Original file line number Diff line number Diff line change 21
21
{{ /if }}
22
22
23
23
<div class =" columns" >
24
- <div class =" column is-2-widescreen is-1-desktop is-hidden-touch " ></div >
25
- <div class =" column is-8-widescreen is-10-desktop is-12-tablet " >
24
+ <div class =" column is-hidden-touch is-1-desktop is-1-widescreen is-2-fullhd " ></div >
25
+ <div class =" column is-12-tablet is-10-desktop is-10-widescreen is-8-fullhd " >
26
26
27
27
<div class =" post-wrap full-width is-vpadding-15" >
28
28
<div class =" spacing-15 is-hidden-mobile" ></div >
Original file line number Diff line number Diff line change 10
10
</section >
11
11
<section class =" section is-paddingless-top is-mobile-paddingless" >
12
12
<div class =" columns" >
13
- <div class =" column is-2-widescreen is-1-desktop is-hidden-touch " ></div >
14
- <div class =" column is-8-widescreen is-10-desktop is-12-tablet " >
13
+ <div class =" column is-hidden-touch is-1-desktop is-1-widescreen is-2-fullhd " ></div >
14
+ <div class =" column is-12-tablet is-10-desktop is-10-widescreen is-8-fullhd " >
15
15
<article class =" single-article" >
16
16
<div class =" box is-paddingless is-shadowless is-full-mobile is-centered is-clipped" >
17
17
<section class =" post-wrap is-vpadding-15" >
Original file line number Diff line number Diff line change 3
3
{{ #post }}
4
4
<section class =" section is-mobile-paddingless" >
5
5
<div class =" columns" >
6
- <div class =" column is-2-widescreen is-1-desktop is-hidden-touch " ></div >
7
- <div class =" column is-8-widescreen is-10-desktop is-12-tablet " >
6
+ <div class =" column is-hidden-touch is-1-desktop is-1-widescreen is-2-fullhd " ></div >
7
+ <div class =" column is-12-tablet is-10-desktop is-10-widescreen is-8-fullhd " >
8
8
<article class =" single-article" >
9
9
{{!-- featured_image --}}
10
10
{{ #if feature_image }}
Original file line number Diff line number Diff line change 4
4
5
5
<main class =" section" >
6
6
<div class =" columns" >
7
- <div class =" column is-2-widescreen is-1-desktop is-hidden-touch " ></div >
8
- <div class =" column is-8-widescreen is-10-desktop is-12-tablet " >
7
+ <div class =" column is-hidden-touch is-1-desktop is-1-widescreen is-2-fullhd " ></div >
8
+ <div class =" column is-12-tablet is-10-desktop is-10-widescreen is-8-fullhd " >
9
9
<div class =" box has-text-centered" >
10
10
<div class =" error-wrap" >
11
11
<h1 class =" error-code" >{{ code }} </h1 >
Original file line number Diff line number Diff line change 4
4
5
5
<main class =" section" >
6
6
<div class =" columns" >
7
- <div class =" column is-2-widescreen is-1-desktop is-hidden-touch " ></div >
8
- <div class =" column is-8-widescreen is-10-desktop is-12-tablet " >
7
+ <div class =" column is-hidden-touch is-1-desktop is-1-widescreen is-2-fullhd " ></div >
8
+ <div class =" column is-12-tablet is-10-desktop is-10-widescreen is-8-fullhd " >
9
9
<div class =" box has-text-centered" >
10
10
<div class =" error-wrap" >
11
11
<h1 class =" error-code" >{{ code }} </h1 >
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ into the {body} of the default.hbs template --}}
11
11
{{ #get " posts" include =" tags,authors" limit = @config.posts_per_page order =" published_at desc" }}
12
12
<main class =" section" >
13
13
<div class =" columns" >
14
- <div class =" column is-2-widescreen is-1-desktop is-hidden-touch " ></div >
15
- <div class =" column is-8-widescreen is-10-desktop is-12-tablet " >
14
+ <div class =" column is-hidden-touch is-1-desktop is-1-widescreen is-2-fullhd " ></div >
15
+ <div class =" column is-12-tablet is-10-desktop is-10-widescreen is-8-fullhd " >
16
16
{{ #foreach posts }}
17
17
{{!-- post_item: for index & home cards --}}
18
18
{{> list_card }}
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ into the {body} of the default.hbs template --}}
7
7
{{!-- main --}}
8
8
<main class =" section" >
9
9
<div class =" columns" >
10
- <div class =" column is-2-widescreen is-1-desktop is-hidden-touch " ></div >
11
- <div class =" column is-8-widescreen is-10-desktop is-12-tablet " >
10
+ <div class =" column is-hidden-touch is-1-desktop is-1-widescreen is-2-fullhd " ></div >
11
+ <div class =" column is-12-tablet is-10-desktop is-10-widescreen is-8-fullhd " >
12
12
{{ #foreach posts }}
13
13
14
14
{{!-- exclude #noindex --}}
Original file line number Diff line number Diff line change 3
3
{{ #post }}
4
4
<section class =" section is-mobile-paddingless" >
5
5
<div class =" columns" >
6
- <div class =" column is-2-widescreen is-1-desktop is-hidden-touch " ></div >
7
- <div class =" column is-8-widescreen is-10-desktop is-12-tablet " >
6
+ <div class =" column is-hidden-touch is-1-desktop is-1-widescreen is-2-fullhd " ></div >
7
+ <div class =" column is-12-tablet is-10-desktop is-10-widescreen is-8-fullhd " >
8
8
<article class =" single-article" >
9
9
<div class =" box is-paddingless is-shadowless is-full-mobile is-centered is-clipped" >
10
10
Original file line number Diff line number Diff line change 1
1
<section class =" section aside is-vpadding-15" >
2
2
<div class =" columns" >
3
- <div class =" column is-2-widescreen is-1-desktop is-hidden-touch " ></div >
4
- <div class =" column is-8-widescreen is-10-desktop is-12-tablet " >
3
+ <div class =" column is-hidden-touch is-1-desktop is-1-widescreen is-2-fullhd " ></div >
4
+ <div class =" column is-12-tablet is-10-desktop is-10-widescreen is-8-fullhd " >
5
5
<div class =" columns is-multiline" >
6
6
{{!-- previous post: start --}}
7
7
Original file line number Diff line number Diff line change 5
5
{{!-- Comment Block --}}
6
6
<section class =" section is-vpadding-15" >
7
7
<div class =" columns is-mobile" id =" comment-section" >
8
- <div class =" column is-2-widescreen is-1-desktop is-hidden-touch " ></div >
9
- <div class =" column is-8-widescreen is-10-desktop" >
8
+ <div class =" column is-hidden-touch is-1-desktop is-1-widescreen is-2-fullhd " ></div >
9
+ <div class =" column is-12-tablet is-10-desktop is-10-widescreen is-8-fullhd " >
10
10
{{!-- gitalk anchor --}}
11
11
<div id =" gitalk-container" ></div >
12
12
{{!-- DISQUS anchor--}}
13
13
<div id =" disqus_thread" ></div >
14
14
</div >
15
- <div class =" column is-2-widescreen is-1-desktop is- hidden-touch" ></div >
15
+ <div class =" column is-hidden-touch" ></div >
16
16
</div >
17
17
</div >
18
18
</section >
Original file line number Diff line number Diff line change 7
7
8
8
<section class =" section showcase is-hidden" id =" showcase" >
9
9
<div class =" columns" >
10
- <div class =" column is-2-widescreen is-1-desktop is-hidden-touch " ></div >
11
- <div class =" column is-8-widescreen is-10-desktop is-12-tablet " >
10
+ <div class =" column is-hidden-touch is-1-desktop is-1-widescreen is-2-fullhd " ></div >
11
+ <div class =" column is-12-tablet is-10-desktop is-10-widescreen is-8-fullhd " >
12
12
<div class =" columns" >
13
13
{{!-- carousel start--}}
14
14
<div class =" column is-7" >
79
79
{{!-- top-featured end --}}
80
80
</div >
81
81
</div >
82
- <div class =" column is-2-widescreen is- hidden-touch" ></div >
82
+ <div class =" column is-hidden-touch" ></div >
83
83
</div >
84
84
</section >
Original file line number Diff line number Diff line change 3
3
{{ #post }}
4
4
<section class =" section is-mobile-paddingless" >
5
5
<div class =" columns" >
6
- <div class =" column is-2-widescreen is-1-desktop is-hidden-touch " ></div >
7
- <div class =" column is-8-widescreen is-10-desktop is-12-tablet " >
6
+ <div class =" column is-hidden-touch is-1-desktop is-1-widescreen is-2-fullhd " ></div >
7
+ <div class =" column is-12-tablet is-10-desktop is-10-widescreen is-8-fullhd " >
8
8
<article class =" single-article" >
9
9
{{!-- featured_image --}}
10
10
{{ #if feature_image }}
Original file line number Diff line number Diff line change @@ -38,8 +38,8 @@ into the {body} of the default.hbs template --}}
38
38
{{!-- main --}}
39
39
<main class =" section" >
40
40
<div class =" columns" >
41
- <div class =" column is-2-widescreen is-1-desktop is-hidden-touch " ></div >
42
- <div class =" column is-8-widescreen is-10-desktop is-12-tablet " >
41
+ <div class =" column is-hidden-touch is-1-desktop is-1-widescreen is-2-fullhd " ></div >
42
+ <div class =" column is-12-tablet is-10-desktop is-10-widescreen is-8-fullhd " >
43
43
{{ #foreach posts }}
44
44
45
45
{{!-- exclude #noindex --}}
You can’t perform that action at this time.
0 commit comments