File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- <div class =" side-tools-container border-box side-tools-show-handle" >
1
+ <div class =" side-tools-container border-box <%= is_home() ? ' side-tools-show-handle' : '' %> " >
2
2
<ul class =" side-tools-list side-tools-show-handle border-box" >
3
3
<li class =" tools-item tool-font-adjust-plus flex-center" >
4
4
<i class =" fas fa-search-plus" ></i >
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ $li-margin-bottom = 0.8rem
2
2
$post-tool-button-width = 2.5rem
3
3
4
4
.post-tools-container {
5
- padding-top 2 rem
5
+ padding-top $component-spacing-value
6
6
7
7
.tools-list {
8
8
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ $tools-item-border-radius = 0.2rem
17
17
.tools-item {
18
18
width $tools-item-width
19
19
height $tools-item-width
20
- margin-bottom 0.22 rem
20
+ margin-bottom 0.25 rem
21
21
color var (-- text - color-3 )
22
22
font-size $tools-item-font-size
23
23
background var (-- background-color-1 )
Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ $post-tools-offset = 'calc((100vw - %s / 2) - 5rem)' % $content-max-width
159
159
right 0
160
160
bottom 1.6rem
161
161
box-sizing border-box
162
- padding-right 0.8 rem
162
+ padding-right 1 rem
163
163
164
164
+keep-tablet() {
165
165
padding-right 0
You can’t perform that action at this time.
0 commit comments