mirror of
https://github.com/captbaritone/webamp.git
synced 2026-01-23 18:25:30 +00:00
Fix snapshots to work with new version of rc-slider
This commit is contained in:
parent
ea7946eaf0
commit
e7dc2e9ba3
2 changed files with 12 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue