mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-25 19:13:54 +00:00
parent
aeb9522a47
commit
00eafd6b47
2 changed files with 3 additions and 3 deletions
|
|
@ -239,7 +239,7 @@ class Visualizer extends React.Component {
|
|||
const mapStateToProps = state => ({
|
||||
colors: state.display.skinColors,
|
||||
style: state.display.visualizerStyle,
|
||||
width: state.display.mainShade ? 38 : 76,
|
||||
width: state.display.mainShade ? 38 : 75,
|
||||
height: state.display.mainShade ? 5 : 16,
|
||||
status: state.media.status,
|
||||
spekles: !state.display.mainShade
|
||||
|
|
|
|||
|
|
@ -121,10 +121,10 @@ exports[`MainWindow renders to snapshot 1`] = `
|
|||
style={
|
||||
Object {
|
||||
"height": 16,
|
||||
"width": 76,
|
||||
"width": 75,
|
||||
}
|
||||
}
|
||||
width={152}
|
||||
width={150}
|
||||
/>
|
||||
<div
|
||||
className="media-info"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue