Fix menu button alignment in Firefox

main
Sean Rabaut 6 years ago
parent 0934186ce9
commit cd81f056ca

@ -191,6 +191,7 @@ const MenuButton = React.memo(({ name, select, selected }) => {
font-size: 14px; font-size: 14px;
border-bottom: 1px solid ${COLORS.SECONDARY}; border-bottom: 1px solid ${COLORS.SECONDARY};
position: relative; position: relative;
align-items: center;
} }
button:last-child { button:last-child {
@ -557,7 +558,14 @@ class Settings extends React.PureComponent {
} }
render() { render() {
const { isVisible, selectedMenu, showPresets, presets, previousSettings, widthChanging } = this.state const {
isVisible,
selectedMenu,
showPresets,
presets,
previousSettings,
widthChanging
} = this.state
const { preset } = this.props const { preset } = this.props
return ( return (

Loading…
Cancel
Save