Skip to content

Commit

Permalink
Missed something
Browse files Browse the repository at this point in the history
  • Loading branch information
TheStranjer committed Jul 22, 2021
1 parent 9a45d43 commit a8f0872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/webamp/js/components/Skin.tsx
Expand Up @@ -110,7 +110,7 @@ const getCssRules = createSelector(
// This alternate number file requires that the minus sign be
// formatted differently.
cssRules.push(
`${CSS_PREFIX} .status #time #minus-sign { top: 0px; left: -1px; width: 9px; height: 13px; }`
`${CSS_PREFIX} .webamp-status #time #minus-sign { top: 0px; left: -1px; width: 9px; height: 13px; }`
);
}

Expand Down

0 comments on commit a8f0872

Please sign in to comment.