diff --git a/src/App.css b/src/App.css index dd2b15d..d247c09 100644 --- a/src/App.css +++ b/src/App.css @@ -12,6 +12,16 @@ width:56px; height:56px; } + +.dotused { + background-color:rgba(0,0,0,0.0); + border:4px solid rgba(255,255,150,0.9); + border-radius:50%; + -moz-border-radius:50%; + -webkit-border-radius:50%; + width:56px; + height:56px; +} .smoldotgreen { background-color:rgba(0,0,0,0.0); border:4px solid rgba(150,255,150,0.8); diff --git a/src/App.css.bak b/src/App.css.bak index 9de06a1..6b36e8a 100644 --- a/src/App.css.bak +++ b/src/App.css.bak @@ -12,6 +12,25 @@ width:56px; height:56px; } + +.dotused { + background-color:rgba(0,0,0,0.0); + border:4px solid rgba(255,255,150,0.6); + border-radius:50%; + -moz-border-radius:50%; + -webkit-border-radius:50%; + width:56px; + height:56px; +} +.smoldotgreen { + background-color:rgba(0,0,0,0.0); + border:4px solid rgba(150,255,150,0.8); + border-radius:50%; + -moz-border-radius:50%; + -webkit-border-radius:50%; + width:48px; + height:52px; +} .smoldot { background-color:rgba(0,0,0,0.0); border:4px solid rgba(255,150,150,0.8); diff --git a/src/App.js b/src/App.js index ba4a763..9827078 100644 --- a/src/App.js +++ b/src/App.js @@ -52,11 +52,13 @@ function App() { (key==="raising"&&i===14)|| (key==="resolution"&&i===15)) { if (data.floor_storage[key]>0) { - return true + return 1 + } else { + return 2 } } } - return false + return 0 } return ( <> @@ -69,7 +71,7 @@ function App() { { data.pomander.map((pom,i)=>{ return <> - {NameMatches(i)&&