added prev next nav in perf nodes

This commit is contained in:
2021-12-09 22:20:39 +01:00
parent 5171cef481
commit 3730ae432a
5 changed files with 197 additions and 3 deletions
@@ -1070,7 +1070,25 @@ html.no-js, html.classic-nav{
}
}
}
}
#block-perfart-perf-prevnext{
ul#perf-prev-next-btns{
display: flex;
flex-flow: row nowrap;
li.perf-prev-link,
li.perf-next-link{
flex:1 1 100%;
width: 50%;
}
li.perf-next-link{
text-align: right;
}
a{
text-decoration: none;
.fs-filters-list;
}
}
}
}
}