From b96b6ae4a906a11be7d8df200c2b2df8012e2176 Mon Sep 17 00:00:00 2001 From: Richie Bendall Date: Sat, 24 Apr 2021 19:40:17 +1200 Subject: [PATCH] Properly left-align repository navigation --- content-styles.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content-styles.css b/content-styles.css index 32bf638..eb2d9b9 100644 --- a/content-styles.css +++ b/content-styles.css @@ -13,6 +13,10 @@ max-width: none !important; } +.wide .js-repo-nav, .wide #js-repo-pjax-container > div > div { + padding-left: 0 !important; +} + .wide .repository-content { width: 100% !important; margin-right: auto !important;