add buttons for prev/next folder

This commit is contained in:
ed
2022-11-19 22:19:38 +00:00
parent d1eb113ea8
commit ab655a56af
3 changed files with 26 additions and 5 deletions

View File

@@ -857,6 +857,12 @@ html.y #path a:hover {
color: var(--srv-3);
border-bottom: 1px solid var(--srv-3b);
}
#goh+span {
color: var(--bg-u5);
padding-left: .5em;
margin-left: .5em;
border-left: .2em solid var(--bg-u5);
}
#repl {
padding: .33em;
}