resize stuff
This commit is contained in:
@@ -34,7 +34,7 @@ function combinerBtn(props) {
|
||||
let bits = 0;
|
||||
storeSelect.forEach(item => bits += item[0] + 1);
|
||||
text = bits
|
||||
? `${comboItem} - ${bits}b`
|
||||
? `Buy ${comboItem} - ${bits}b`
|
||||
: `Combine - ${comboItem}`;
|
||||
if (vbox.bits >= bits) mouseEvent = sendVboxCombine;
|
||||
} else if (stashSelect.length === 0 && storeSelect.length === 1) {
|
||||
|
||||
@@ -182,7 +182,7 @@ class Vbox extends preact.Component {
|
||||
onMouseOver={e => vboxHover(e, 'store')}> STORE
|
||||
</h3>
|
||||
<div class={`bits ${vbox.bits < 3 ? 'red' : false}`} onMouseOver={e => vboxHover(e, 'bits')}>
|
||||
<h2> {vbox.bits}b </h2>
|
||||
<h1> {vbox.bits}b </h1>
|
||||
</div>
|
||||
<button
|
||||
class='vbox-btn'
|
||||
|
||||
Reference in New Issue
Block a user