diff --git a/src/sass/views/amount.scss b/src/sass/views/amount.scss index 22c5ff229..f100a4394 100644 --- a/src/sass/views/amount.scss +++ b/src/sass/views/amount.scss @@ -347,6 +347,24 @@ .send-amount-actions { margin-top: 15px; + display: flex; + align-items: center; + justify-content: center; + + .button { + flex: 1 1 auto; + line-height: 1.2em; + + + .button { + margin-left: 10px; + } + + span { + display: flex; + align-items: center; + justify-content: center; + } + } } } } diff --git a/www/css/main.css b/www/css/main.css index a68565e64..e24d62c40 100644 --- a/www/css/main.css +++ b/www/css/main.css @@ -10492,7 +10492,19 @@ textarea.d-block { #view-amount .scroll-content .send-amount .send-amount-tool .send-amount-tool-input .switch-currencies img { width: 18px; } #view-amount .scroll-content .send-amount .send-amount-tool .send-amount-actions { - margin-top: 15px; } + margin-top: 15px; + display: flex; + align-items: center; + justify-content: center; } + #view-amount .scroll-content .send-amount .send-amount-tool .send-amount-actions .button { + flex: 1 1 auto; + line-height: 1.2em; } + #view-amount .scroll-content .send-amount .send-amount-tool .send-amount-actions .button + .button { + margin-left: 10px; } + #view-amount .scroll-content .send-amount .send-amount-tool .send-amount-actions .button span { + display: flex; + align-items: center; + justify-content: center; } #view-amount .scroll-content .button.no-margin { margin: 0; } #view-amount .scroll-content .notification-warning { diff --git a/www/views/amount.html b/www/views/amount.html index 28a8ff14d..6024901a4 100644 --- a/www/views/amount.html +++ b/www/views/amount.html @@ -86,6 +86,12 @@ Send max amount +