Added arrow icon to the read more link

This commit is contained in:
Sodbileg Gansukh
2023-08-28 12:18:34 +08:00
parent 90c2bfba46
commit 4b9039d2a3
5 changed files with 15 additions and 3 deletions

View File

@@ -1527,6 +1527,17 @@ Search LOGO Login Subscribe
display: block;
}
.gh-more a {
display: flex;
align-items: center;
gap: 4px;
}
.gh-more svg {
width: 24px;
height: 24px;
}
/* 11.1. With sidebar */
.gh-container.has-sidebar .gh-main {