diff --git a/app/assets/v2/css/grants/fund.css b/app/assets/v2/css/grants/fund.css index 785c08cfd10..2702bfc24f1 100644 --- a/app/assets/v2/css/grants/fund.css +++ b/app/assets/v2/css/grants/fund.css @@ -8,6 +8,9 @@ #grant-link { color: #0D0764; } +.tab_target{ + width: 100%; +} .banner-img { max-height: 22rem; diff --git a/app/assets/v2/js/grants/fund.js b/app/assets/v2/js/grants/fund.js index 9010de6eab6..125f70774ea 100644 --- a/app/assets/v2/js/grants/fund.js +++ b/app/assets/v2/js/grants/fund.js @@ -307,7 +307,7 @@ const subscribeToGrant = (transactionHash) => { $('#transaction_url').attr('href', linkURL); enableWaitState('#grants_form'); // TODO: fix the tweet modal - // $('#tweetModal').modal('show'); + $('#tweetModal').css('display', 'block'); deployedSubscription.methods.extraNonce(accounts[0]).call(function(err, nonce) { @@ -412,7 +412,7 @@ const splitPayment = (account, toFirst, toSecond, valueFirst, valueSecond) => { $('#transaction_url').attr('href', linkURL); enableWaitState('#grants_form'); // TODO: Fix tweet modal - // $('#tweetModal').modal('show'); + $('#tweetModal').css('display', 'block'); }).on('confirmation', function(confirmationNumber, receipt) { data = { 'subscription_hash': 'onetime', diff --git a/app/grants/templates/grants/fund.html b/app/grants/templates/grants/fund.html index 1f5cf92563a..d94befad8a8 100644 --- a/app/grants/templates/grants/fund.html +++ b/app/grants/templates/grants/fund.html @@ -324,11 +324,11 @@