Skip to content

Commit

Permalink
fix css syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
matthesrieke committed Jan 30, 2023
1 parent 96ff0c3 commit 3806f7f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions app/styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -483,13 +483,15 @@ md-sidenav {
position: absolute;
color: #fff;
/* right: 35px;
top: 10px; } */
top: 10px; */
}

.delete-track {
position: absolute;
color: #fff;
/* right: 35px;
top: 70px; } */
top: 70px; */
}

toolbar-card {
font-size: 16px; }
Expand Down

0 comments on commit 3806f7f

Please sign in to comment.