Skip to content

Commit

Permalink
fix timer being too close to edge of screen,
Browse files Browse the repository at this point in the history
Relates #148
  • Loading branch information
sima-qian committed Oct 18, 2018
1 parent e50802c commit 544cb3a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/TopBar/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
align-items: center;
justify-content: space-between;
padding: 4px;
padding-right: 16px;
height: 40px;
background-color: $darkgrey;
color: #fff;
Expand All @@ -22,6 +23,10 @@
background-color: transparent;
}

#topbar-container #complete {
padding-right: 0 !important;
}

#topbar-title {
flex: 1;
justify-content: flex-start;
Expand Down

0 comments on commit 544cb3a

Please sign in to comment.