ui: Fix the "Next chapter" link position

Remove the gap between it and the right edge of the page
This reverts f1cd9f54c2
The page layout has been restructured and this workaround is no
longer required
This commit is contained in:
WofWca 2019-08-03 22:04:28 +08:00
parent 77af889a2e
commit f5a4dc92e8
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ html:not(.sidebar-visible) #menu-bar:not(:hover).folded > #menu-bar-sticky-conta
.next { .next {
float: right; float: right;
right: var(--page-padding); right: 0;
} }
@media only screen and (max-width: 1080px) { @media only screen and (max-width: 1080px) {