aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/css/itcss/components/newui-sections.scss
diff options
context:
space:
mode:
authorChi Kei Chan <chikeichan@gmail.com>2017-10-20 05:08:52 +0800
committerChi Kei Chan <chikeichan@gmail.com>2017-10-20 05:08:58 +0800
commit0458643f104d7b328e24c4403e4e3d91b4d5de92 (patch)
tree662997418adf8be40c4f387edea2252e3e58cf99 /ui/app/css/itcss/components/newui-sections.scss
parent376ae032fedb99d22b7c71438ec9482d2013c78e (diff)
downloadtangerine-wallet-browser-0458643f104d7b328e24c4403e4e3d91b4d5de92.tar.gz
tangerine-wallet-browser-0458643f104d7b328e24c4403e4e3d91b4d5de92.tar.zst
tangerine-wallet-browser-0458643f104d7b328e24c4403e4e3d91b4d5de92.zip
various styling fix on mobile
Diffstat (limited to 'ui/app/css/itcss/components/newui-sections.scss')
-rw-r--r--ui/app/css/itcss/components/newui-sections.scss15
1 files changed, 13 insertions, 2 deletions
diff --git a/ui/app/css/itcss/components/newui-sections.scss b/ui/app/css/itcss/components/newui-sections.scss
index fc1dba87c..1ee8283ef 100644
--- a/ui/app/css/itcss/components/newui-sections.scss
+++ b/ui/app/css/itcss/components/newui-sections.scss
@@ -25,6 +25,17 @@ $wallet-view-bg: $wild-sand;
.tx-view {
flex: 63.5 0 66.5%;
background: $tx-view-bg;
+
+ // No title on mobile
+ @media screen and (max-width: 575px) {
+ .identicon-wrapper {
+ display: none;
+ }
+
+ .account-name {
+ display: none;
+ }
+ }
}
// wallet view and sidebar
@@ -70,7 +81,7 @@ $wallet-view-bg: $wild-sand;
background: rgb(250, 250, 250);
z-index: $sidebar-z-index;
position: fixed;
- // top: 41px;
+ top: 57px;
left: 0;
right: 0;
bottom: 0;
@@ -80,7 +91,7 @@ $wallet-view-bg: $wild-sand;
overflow-y: auto;
box-shadow: rgba(0, 0, 0, .15) 2px 2px 4px;
width: 85%;
- height: 100%;
+ height: calc(100% - 57px);
}
.sidebar-overlay {