From 3a8681512c50b06a4d7b8303d8f82345a68962d0 Mon Sep 17 00:00:00 2001 From: Tal Bereznitskey Date: Wed, 16 Sep 2020 12:45:25 +0300 Subject: [PATCH] Adjust CSS to new GitHub layout --- src/js/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/js/style.css b/src/js/style.css index 7c567af..f23f425 100644 --- a/src/js/style.css +++ b/src/js/style.css @@ -26,11 +26,11 @@ .enable_better_github_pr .__better_github_pr { display: block; - position: relative; - margin-top: 20px; + position: absolute; + margin-top: 60px; padding: 0 10px 0; width: 330px; - height: calc(100vh - 68px); + height: calc(100vh - 60px); background-color: #ffffff; border: 1px solid #e1e4e8; box-sizing: border-box;