From d7d4c4a8a71b8c4ff8f63d2e105e9bb6fc7d5078 Mon Sep 17 00:00:00 2001 From: EnixCoda Date: Mon, 23 Sep 2024 21:39:45 +0800 Subject: [PATCH] fix: branch page files layout --- src/styles/github.scss | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/styles/github.scss b/src/styles/github.scss index 05f43be..c157f75 100644 --- a/src/styles/github.scss +++ b/src/styles/github.scss @@ -5,6 +5,17 @@ min-width: $github-content-width; } + #files-bucket, + .files-bucket { + & > .position-relative.px-4 { + width: unset !important; + left: unset !important; + right: unset !important; + margin-left: unset !important; + margin-right: unset !important; + } + } + &[data-with-gitako-spacing='right'] { body { min-width: auto; // it will break layout when too narrow, but at least it makes everything visible