Skip to content

Commit

Permalink
fix sm batch
Browse files Browse the repository at this point in the history
  • Loading branch information
stoodkev committed Jun 17, 2019
1 parent 9c25132 commit bd41ee5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const xhttp = new XMLHttpRequest();
const steemit = (window.location.href.includes('steemit.com') || window.location.href.includes('mspsteem.com'));
const busy = window.location.href.includes('busy.org');
const utopian = window.location.href.includes('utopian.io');
const steemMonsters = window.location.href.includes('steemmonsters.com');
const steemMonsters = window.location.href.includes('steemmonsters.com')||window.location.href.includes('splinterlands.io');
const steemitwallet= window.location.href.includes('steemitwallet.com');
console.log('Starting SteemPlus...');
var market = null;
Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "SteemPlus",
"description": "Lightweight toolbox for Steemit",
"version": "3.8.2.5",
"version": "3.8.2.6",
"content_security_policy": "script-src 'self' 'unsafe-eval' ; object-src 'self'; child-src 'unsafe-eval' 'self'",
"browser_action": {
"default_icon": "src/img/logo.png",
Expand Down Expand Up @@ -144,7 +144,7 @@
"run_at": "document_idle"
},
{
"matches": ["https://steemmonsters.com/*"],
"matches": ["https://steemmonsters.com/*","https://splinterlands.io/*"],
"js": ["vendor/global_const.js","vendor/jquery.js","vendor/sc2.min.js","vendor/steemjs.js","vendor/smi/sm_utils.js","vendor/steem_keychain.js","main.js",
"src/js/sm_batch.js"],
"css":["src/css/sm_batch.css"],
Expand Down
5 changes: 5 additions & 0 deletions src/css/sm_batch.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#batch_buy{
font-size: 13px;
margin-left: 20px;
margin-top: 10px;
}

#input_sm {
Expand All @@ -21,6 +22,10 @@
text-transform: uppercase;
}

#payment_currency{
max-height: 37px;
}

#market_results {
display: inline-block;
font-size: 14px !important;
Expand Down

0 comments on commit bd41ee5

Please sign in to comment.