Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/pierr3/TrackAudio
Browse files Browse the repository at this point in the history
  • Loading branch information
pierr3 committed May 9, 2024
2 parents 3e0db57 + 57ddf20 commit 5576e43
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/app/style/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,7 @@ select:disabled {
margin-top: 7px;
margin-bottom: 7px;
float: left;
font-size: $mini-font-size;
}

@media only screen and (max-width: 300px) {
Expand Down
3 changes: 3 additions & 0 deletions src/app/style/variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -129,3 +129,6 @@ $toolbar-item-height: 26px;

$progress-bar-animation-timing: 0.1s linear infinite;
$progress-bar-transition: width 0.1s ease;

/* mini mode */
$mini-font-size: 16px;

0 comments on commit 5576e43

Please sign in to comment.