minor design improvements

main
Jake Dexheimer 6 years ago
parent 4571b03eb4
commit 0aa1d7404f

@ -98,6 +98,7 @@ class ExportMenu extends React.PureComponent {
<style jsx>
{`
button {
font-size: 12px;
display: flex;
user-select: none;
cursor: pointer;
@ -197,7 +198,7 @@ class ExportMenu extends React.PureComponent {
}
.copy-button {
flex-basis: 72px;
white-space: nowrap;
}
.copy-button,

@ -335,7 +335,7 @@ const Presets = React.memo(
.settings-presets-header {
display: flex;
padding: 10px 8px;
padding: 8px 8px;
position: relative;
color: ${COLORS.SECONDARY};
width: 100%;
@ -357,6 +357,7 @@ const Presets = React.memo(
}
.settings-presets-create {
line-height: 1;
color: ${COLORS.GRAY};
padding: 0 8px;
cursor: ${disabledCreate ? 'not-allowed' : 'pointer'};

Loading…
Cancel
Save