From f5a4dc92e8f0952921beb214a3e923454d471ea7 Mon Sep 17 00:00:00 2001 From: WofWca Date: Sat, 3 Aug 2019 22:04:28 +0800 Subject: [PATCH] ui: Fix the "Next chapter" link position Remove the gap between it and the right edge of the page This reverts f1cd9f54c243ac1da136c3cbddf6b6cf622deae7 The page layout has been restructured and this workaround is no longer required --- src/theme/css/chrome.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/theme/css/chrome.css b/src/theme/css/chrome.css index 77446a46..c355181d 100644 --- a/src/theme/css/chrome.css +++ b/src/theme/css/chrome.css @@ -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) {