add prev&next read (#941)

* add prev&next read
* add prev&next in default read.tpl
* update prev&next
This commit is contained in:
hotqin888
2024-05-09 13:33:27 +08:00
committed by GitHub
parent c810f81fc1
commit 22589e344c
16 changed files with 192 additions and 13 deletions

View File

@@ -576,6 +576,17 @@ table>tbody>tr:hover {
padding: 5px;
}
.manual-article .wiki-bottom-left {
border-top: 1px solid #E5E5E5;
line-height: 25px;
color: #333;
text-align: left;
font-size: 12px;
margin-bottom: 20px;
margin-top: 30px;
padding: 5px;
}
.manual-article .jump-top .view-backtop {
position: fixed;
bottom: -30px;