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:
parent
77af889a2e
commit
f5a4dc92e8
|
@ -162,7 +162,7 @@ html:not(.sidebar-visible) #menu-bar:not(:hover).folded > #menu-bar-sticky-conta
|
|||
|
||||
.next {
|
||||
float: right;
|
||||
right: var(--page-padding);
|
||||
right: 0;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 1080px) {
|
||||
|
|
Loading…
Reference in New Issue