From 3a74a471679eb6bd04b8a5e2fc21fb4a3d5141ea Mon Sep 17 00:00:00 2001 From: Asmita Dulan <24231419+aadulan@users.noreply.github.com> Date: Mon, 3 Feb 2020 15:50:15 +0000 Subject: [PATCH] move things around to make look nicer --- src/EqDisplay.js | 85 +++++++++++++++++++----------------------------- 1 file changed, 34 insertions(+), 51 deletions(-) diff --git a/src/EqDisplay.js b/src/EqDisplay.js index cb85f7e..f36fac0 100644 --- a/src/EqDisplay.js +++ b/src/EqDisplay.js @@ -132,15 +132,15 @@ export default function EqDisplay(props) { } - // onDragStart = () => { + // const onDragStart = () => { // document.body.style.color = 'blue'; // document.body.style.transition = 'background-color 0.2s ease' // } - // onDragUpdate = update => { - // const { destination } = update; - // const opacity = destination ? destination.index / Object.keys(this.state.tasks).length : 0 ; - // document.body.style.backgroundColor = `rgba(153, 141, 217, ${opacity})`; + // const onDragUpdate = update => { + // // const { destination } = update; + // // const opacity = destination ? destination.index / Object.keys(this.state.tasks).length : 0 ; + // document.body.style.backgroundColor = `rgba(153, 141, 217, 1)`; // } const changeMethod = event => { @@ -232,45 +232,14 @@ export default function EqDisplay(props) { return ( - {/* */} - - Methods - - } label="Change side, change sign" /> - } label="balance" /> - - - - {/* */} - {/* */} - - - {/* */} - - - - + + > + - - + + + Methods + + } label="Change side, change sign" /> + } label="Balance" /> + + + + + + - + - - - - + + - + + + + + );