|
|
@ -23,6 +23,8 @@ const muteStyle = { |
|
|
|
position: 'absolute', |
|
|
|
position: 'absolute', |
|
|
|
top: '10px', |
|
|
|
top: '10px', |
|
|
|
right: '10px', |
|
|
|
right: '10px', |
|
|
|
|
|
|
|
color: 'white', |
|
|
|
|
|
|
|
boxShadow: '1px 1px 1px #000', |
|
|
|
opacity: '0.8', |
|
|
|
opacity: '0.8', |
|
|
|
zIndex: '5' |
|
|
|
zIndex: '5' |
|
|
|
}; |
|
|
|
}; |
|
|
@ -54,6 +56,8 @@ const spoilerButtonStyle = { |
|
|
|
position: 'absolute', |
|
|
|
position: 'absolute', |
|
|
|
top: '6px', |
|
|
|
top: '6px', |
|
|
|
left: '8px', |
|
|
|
left: '8px', |
|
|
|
|
|
|
|
color: 'white', |
|
|
|
|
|
|
|
boxShadow: '1px 1px 1px #000', |
|
|
|
zIndex: '100' |
|
|
|
zIndex: '100' |
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|