aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Miller <danjm.com@gmail.com>2018-12-04 04:13:32 +0800
committerDan Miller <danjm.com@gmail.com>2018-12-04 11:36:22 +0800
commit8194309a9a7319bcebd6761a4596c208375adfab (patch)
treec8d9dbf1a3b393573f51af2563cdc3f589b1a162
parentd8e41a6aa5a4c64538063c6dde7afdf77b0e5793 (diff)
downloadtangerine-wallet-browser-8194309a9a7319bcebd6761a4596c208375adfab.tar
tangerine-wallet-browser-8194309a9a7319bcebd6761a4596c208375adfab.tar.gz
tangerine-wallet-browser-8194309a9a7319bcebd6761a4596c208375adfab.tar.bz2
tangerine-wallet-browser-8194309a9a7319bcebd6761a4596c208375adfab.tar.lz
tangerine-wallet-browser-8194309a9a7319bcebd6761a4596c208375adfab.tar.xz
tangerine-wallet-browser-8194309a9a7319bcebd6761a4596c208375adfab.tar.zst
tangerine-wallet-browser-8194309a9a7319bcebd6761a4596c208375adfab.zip
Fix styling of send screen in extension view when hex data on.
-rw-r--r--ui/app/components/gas-customization/gas-modal-page-container/index.scss6
-rw-r--r--ui/app/components/gas-customization/gas-price-button-group/index.scss12
-rw-r--r--ui/app/components/page-container/index.scss7
-rw-r--r--ui/app/css/itcss/components/send.scss4
4 files changed, 17 insertions, 12 deletions
diff --git a/ui/app/components/gas-customization/gas-modal-page-container/index.scss b/ui/app/components/gas-customization/gas-modal-page-container/index.scss
index 6c76f1bdd..efba24e02 100644
--- a/ui/app/components/gas-customization/gas-modal-page-container/index.scss
+++ b/ui/app/components/gas-customization/gas-modal-page-container/index.scss
@@ -5,9 +5,15 @@
.page-container {
max-width: 391px;
min-height: 585px;
+ overflow-y: initial;
@media screen and (max-width: $break-small) {
max-width: 344px;
+
+ &__content {
+ display: flex;
+ overflow-y: initial;
+ }
}
&__header {
diff --git a/ui/app/components/gas-customization/gas-price-button-group/index.scss b/ui/app/components/gas-customization/gas-price-button-group/index.scss
index 0d1450594..c8b31fc83 100644
--- a/ui/app/components/gas-customization/gas-price-button-group/index.scss
+++ b/ui/app/components/gas-customization/gas-price-button-group/index.scss
@@ -67,10 +67,6 @@
justify-content: stretch;
max-width: 260px;
- @media screen and (max-width: $break-small) {
- max-width: 230px;
- }
-
&__button-fiat-price {
font-size: 13px;
}
@@ -85,10 +81,18 @@
&__primary-currency {
font-size: 12px;
+
+ @media screen and (max-width: 575px) {
+ font-size: 10px;
+ }
}
&__secondary-currency {
font-size: 12px;
+
+ @media screen and (max-width: 575px) {
+ font-size: 10px;
+ }
}
&__loading-container {
diff --git a/ui/app/components/page-container/index.scss b/ui/app/components/page-container/index.scss
index 1634ab012..6fc97820a 100644
--- a/ui/app/components/page-container/index.scss
+++ b/ui/app/components/page-container/index.scss
@@ -6,6 +6,7 @@
display: flex;
flex-flow: column;
border-radius: 8px;
+ overflow-y: auto;
&__header {
display: flex;
@@ -197,11 +198,7 @@
background-color: $white;
border-radius: 0;
flex: 1;
-
- &__content {
- display: flex;
- overflow-y: initial;
- }
+ overflow-y: auto;
}
}
diff --git a/ui/app/css/itcss/components/send.scss b/ui/app/css/itcss/components/send.scss
index ba7db7aa8..19e840094 100644
--- a/ui/app/css/itcss/components/send.scss
+++ b/ui/app/css/itcss/components/send.scss
@@ -530,7 +530,6 @@
@media screen and (max-width: $break-small) {
margin: 0;
flex: 1 1 auto;
- width: 100%;
}
}
@@ -580,7 +579,7 @@
font-family: Roboto;
font-size: 16px;
line-height: 22px;
- width: 112px;
+ width: 88px;
font-weight: 400;
flex: 0 0 auto;
}
@@ -623,7 +622,6 @@
&__to-autocomplete {
position: relative;
- max-width: 260px;
&__down-caret {
z-index: 1026;