File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ It has been a while since this app was made so I decided to give it a good revam
2121- [x] Rewrite tests with Mocha - Since gitify is moving from Reflux to Redux, all tests have to be rewritten.
2222- [x] Move to Codecov for coverage with new tests
2323- [x] Rebranding - New Logo! Fresh stuff!
24- - [ ] ** In Progress ** Revamp the UI. From Scratch?
24+ - [x] Revamp the UI. From Scratch?
2525
2626If you would like to help let me know! There is a slack channel for gitify in the [ atom] ( http://atomio.slack.com ) team. See badge on the header.
2727
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ export class SettingsPage extends React.Component {
9999 </ div >
100100
101101 < div className = "row footer" >
102- < div className = "col-xs-6 text-left" > Made with < span className = "heart" > ❤</ span > in Brighton, UK .</ div >
102+ < div className = "col-xs-6 text-left" > Made with < span className = "heart" > ❤</ span > in Brighton.</ div >
103103 < div className = "col-xs-6 text-right" > Gitify - Version: { appVersion } </ div >
104104 </ div >
105105 </ div >
Original file line number Diff line number Diff line change @@ -247,7 +247,7 @@ input {
247247
248248 .nav {
249249 display : flex ;
250- margin : -5px -20px 5 px ;
250+ margin : -5px -20px 20 px ;
251251
252252 background-color : $gray-light ;
253253 padding : 5px 0 ;
You can’t perform that action at this time.
0 commit comments