Skip to content

Commit

Permalink
Merge pull request #32 from kitt1987/fix-clone
Browse files Browse the repository at this point in the history
Fix clone style
  • Loading branch information
kitt1987 authored Sep 25, 2020
2 parents 80be6f8 + a585e23 commit 573524c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/classic.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,16 @@ div.TimelineItem-badge, span.TimelineItem-badge {
border-radius: 3px !important;
}

.BtnGroup-parent, .BtnGroup-item {
.BtnGroup-parent, .BtnGroup-item, .input-group>*, .input-group>*>* {
border-radius: 0 !important;
}

.BtnGroup-parent:first-child, .BtnGroup-item:first-child {
.BtnGroup-parent:first-child, .BtnGroup-item:first-child, .input-group>*:first-child, .input-group>*:first-child>* {
border-top-left-radius: 3px !important;
border-bottom-left-radius: 3px !important;
}

.BtnGroup-parent:last-child, .BtnGroup-item:last-child {
.BtnGroup-parent:last-child, .BtnGroup-item:last-child, .input-group>*:last-child, .input-group>*:last-child>* {
border-top-right-radius: 3px !important;
border-bottom-right-radius: 3px !important;
}
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "GitHub Beautifier",
"version": "2020.6.23.4",
"version": "2020.6.23.5",
"description": "More beautiful than either present or classic GitHub",
"homepage_url": "https://kitt1987.github.io/github-beautifier",
"manifest_version": 2,
Expand Down

0 comments on commit 573524c

Please sign in to comment.