Skip to content

Commit

Permalink
Merge pull request #129 from berzniz/fix_github_styles
Browse files Browse the repository at this point in the history
Adjust CSS to new GitHub layout
  • Loading branch information
berzniz committed Sep 16, 2020
2 parents 76e259c + 3a86815 commit 44a8d6d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/js/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 44a8d6d

Please sign in to comment.