Skip to content

Commit

Permalink
Trying to fix github-ref padding issue on ipad
Browse files Browse the repository at this point in the history
  • Loading branch information
kuogi committed Sep 24, 2023
1 parent c12a7ad commit 5c939a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/style/content.css
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ body .page-container .content:not(.is-loading) .github-ref:not(.is-loading)::bef

body .page-container .content:not(.is-loading) .github-ref:not(.is-loading) .repo-info {
z-index: 1;
width: 440px;
width: min(45%, 440px);
}

body .page-container .content:not(.is-loading) .github-ref:not(.is-loading) .repo-info .repo-title {
Expand Down

0 comments on commit 5c939a8

Please sign in to comment.