Skip to content

Commit 4b9039d

Browse files
Added arrow icon to the read more link
1 parent 90c2bfb commit 4b9039d

File tree

5 files changed

+15
-3
lines changed

5 files changed

+15
-3
lines changed

assets/built/screen.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/built/screen.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/screen.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1527,6 +1527,17 @@ Search LOGO Login Subscribe
15271527
display: block;
15281528
}
15291529

1530+
.gh-more a {
1531+
display: flex;
1532+
align-items: center;
1533+
gap: 4px;
1534+
}
1535+
1536+
.gh-more svg {
1537+
width: 24px;
1538+
height: 24px;
1539+
}
1540+
15301541
/* 11.1. With sidebar */
15311542

15321543
.gh-container.has-sidebar .gh-main {

partials/components/post-list.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109

110110
{{#match pagination.pages ">" 1}}
111111
<div class="gh-more is-title">
112-
<a href="/page/2">See all </a>
112+
<a href="/page/2">See all {{> "icons/arrow"}}</a>
113113
</div>
114114
{{/match}}
115115

partials/icons/arrow.hbs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="#000000" viewBox="0 0 256 256"><path d="M224.49,136.49l-72,72a12,12,0,0,1-17-17L187,140H40a12,12,0,0,1,0-24H187L135.51,64.48a12,12,0,0,1,17-17l72,72A12,12,0,0,1,224.49,136.49Z"></path></svg>

0 commit comments

Comments
 (0)