mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-21 09:09:01 +00:00
parent
a08f792966
commit
ceb4eeaf2f
1 changed files with 1 additions and 2 deletions
|
|
@ -96,8 +96,7 @@ const Skin = props => {
|
|||
if (skinGenLetterWidths != null) {
|
||||
LETTERS.forEach(letter => {
|
||||
const width = skinGenLetterWidths[`GEN_TEXT_${letter}`];
|
||||
const selectedWidth =
|
||||
skinGenLetterWidths[`GEN_LETTER_SELECTED_${letter}`];
|
||||
const selectedWidth = skinGenLetterWidths[`GEN_TEXT_SELECTED_${letter}`];
|
||||
cssRules.push(
|
||||
`${CSS_PREFIX} .gen-text-${letter.toLowerCase()} {width: ${width}px;}`
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue