Skip to content

Commit

Permalink
adapt new git tab
Browse files Browse the repository at this point in the history
  • Loading branch information
frantic1048 committed Aug 16, 2017
1 parent a6faa6a commit 4ea169f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions styles/panels.less
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ status-bar {
}

// Git status

.github-StatusBarTileController {
display: flex;
align-items: center;
Expand Down
9 changes: 9 additions & 0 deletions styles/tab-git.less
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
// Atom git tab

.github-CommitView-editor {
background: transparent;
}

.github-CommitView{
border-top-color: rgba(0 ,0 ,0 ,0.2);
}

0 comments on commit 4ea169f

Please sign in to comment.