Skip to content

Commit

Permalink
Merge pull request montulli#31 from montulli/gh-pages
Browse files Browse the repository at this point in the history
Fix tempo display on embeded grooves
  • Loading branch information
montulli authored Oct 13, 2020
2 parents a78f69b + 0cf87c8 commit 7753901
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions css/groove_display.css
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,17 @@
-webkit-flex-flow: flex-start;
-webkit-flex-wrap: nowrap;
}
.tempoTextField {
margin: 2px 6px 0 6px;
color: #878795;
background-color: #f0f0f0;
border: none;
width: 30px;
text-align: center;
font-size: 16px;
padding: 0;
height: 18px;
}
.tempoInput, .swingInput {
background-color: none;
padding: 0px;
Expand Down

0 comments on commit 7753901

Please sign in to comment.