From 17c1ba0d2cb37cf85e4f1ad477e4ae1a73e58b13 Mon Sep 17 00:00:00 2001 From: Nick Campbell Date: Mon, 29 Jul 2019 17:01:22 +0000 Subject: [PATCH] Remove width overrides for issues sidebar/timeline A recent change to GitHub changed the way the page layout is calculated, and they seem to be using a standard framework for alignment now. This makes these width calculations redundant. --- github-wide.css | 7 ------- 1 file changed, 7 deletions(-) diff --git a/github-wide.css b/github-wide.css index 22556e4..fab90ad 100644 --- a/github-wide.css +++ b/github-wide.css @@ -58,13 +58,6 @@ padding-left: 0 !important; } -/* Issues/PRs */ -.discussion-sidebar { - width: 280px !important; -} -.discussion-timeline { - width: calc(100% - 300px) !important; -} /* Undo for profile timeline */ .contribution-activity-listing .discussion-timeline { width: 100% !important;