Skip to content

Commit

Permalink
Fix border-radius in tracklist image fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
ohitstom committed Nov 26, 2023
1 parent c4f6421 commit bcb7072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Comfy/assets/_tracklist.scss
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
}

.main-trackList-rowImageFallback {
border-radius: var(--border-radius);
border-radius: var(--border-radius) !important;
}
}

Expand Down

0 comments on commit bcb7072

Please sign in to comment.