mirror of
https://github.com/captbaritone/webamp
synced 2024-11-22 16:20:49 +00:00
Fix snapshots to work with new version of rc-slider
This commit is contained in:
parent
ea7946eaf0
commit
e7dc2e9ba3
@ -91,6 +91,7 @@ exports[`EqualizerWindow renders to snapshot 1`] = `
|
||||
Object {
|
||||
"bottom": "0%",
|
||||
"height": "50%",
|
||||
"top": "auto",
|
||||
}
|
||||
}
|
||||
/>
|
||||
@ -145,6 +146,7 @@ exports[`EqualizerWindow renders to snapshot 1`] = `
|
||||
Object {
|
||||
"bottom": "0%",
|
||||
"height": "50%",
|
||||
"top": "auto",
|
||||
}
|
||||
}
|
||||
/>
|
||||
@ -187,6 +189,7 @@ exports[`EqualizerWindow renders to snapshot 1`] = `
|
||||
Object {
|
||||
"bottom": "0%",
|
||||
"height": "50%",
|
||||
"top": "auto",
|
||||
}
|
||||
}
|
||||
/>
|
||||
@ -229,6 +232,7 @@ exports[`EqualizerWindow renders to snapshot 1`] = `
|
||||
Object {
|
||||
"bottom": "0%",
|
||||
"height": "50%",
|
||||
"top": "auto",
|
||||
}
|
||||
}
|
||||
/>
|
||||
@ -271,6 +275,7 @@ exports[`EqualizerWindow renders to snapshot 1`] = `
|
||||
Object {
|
||||
"bottom": "0%",
|
||||
"height": "50%",
|
||||
"top": "auto",
|
||||
}
|
||||
}
|
||||
/>
|
||||
@ -313,6 +318,7 @@ exports[`EqualizerWindow renders to snapshot 1`] = `
|
||||
Object {
|
||||
"bottom": "0%",
|
||||
"height": "50%",
|
||||
"top": "auto",
|
||||
}
|
||||
}
|
||||
/>
|
||||
@ -355,6 +361,7 @@ exports[`EqualizerWindow renders to snapshot 1`] = `
|
||||
Object {
|
||||
"bottom": "0%",
|
||||
"height": "50%",
|
||||
"top": "auto",
|
||||
}
|
||||
}
|
||||
/>
|
||||
@ -397,6 +404,7 @@ exports[`EqualizerWindow renders to snapshot 1`] = `
|
||||
Object {
|
||||
"bottom": "0%",
|
||||
"height": "50%",
|
||||
"top": "auto",
|
||||
}
|
||||
}
|
||||
/>
|
||||
@ -439,6 +447,7 @@ exports[`EqualizerWindow renders to snapshot 1`] = `
|
||||
Object {
|
||||
"bottom": "0%",
|
||||
"height": "50%",
|
||||
"top": "auto",
|
||||
}
|
||||
}
|
||||
/>
|
||||
@ -481,6 +490,7 @@ exports[`EqualizerWindow renders to snapshot 1`] = `
|
||||
Object {
|
||||
"bottom": "0%",
|
||||
"height": "50%",
|
||||
"top": "auto",
|
||||
}
|
||||
}
|
||||
/>
|
||||
@ -523,6 +533,7 @@ exports[`EqualizerWindow renders to snapshot 1`] = `
|
||||
Object {
|
||||
"bottom": "0%",
|
||||
"height": "50%",
|
||||
"top": "auto",
|
||||
}
|
||||
}
|
||||
/>
|
||||
|
@ -114,6 +114,7 @@ exports[`PlaylistWindow renders to snapshot 1`] = `
|
||||
Object {
|
||||
"bottom": "0%",
|
||||
"height": "0%",
|
||||
"top": "auto",
|
||||
}
|
||||
}
|
||||
/>
|
||||
|
Loading…
Reference in New Issue
Block a user