aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/css/itcss/components/newui-sections.scss
diff options
context:
space:
mode:
authorChi Kei Chan <chikeichan@gmail.com>2017-09-15 00:56:40 +0800
committerChi Kei Chan <chikeichan@gmail.com>2017-09-15 00:56:40 +0800
commit35d8671843ff15822488ae39310c8c12818fb1a3 (patch)
treee4a3f8c878731aa7af4f412c7a6329c9d8192e68 /ui/app/css/itcss/components/newui-sections.scss
parent4bcc62500f6f77131a21be823e3169b91d1dbf80 (diff)
downloadtangerine-wallet-browser-35d8671843ff15822488ae39310c8c12818fb1a3.tar.gz
tangerine-wallet-browser-35d8671843ff15822488ae39310c8c12818fb1a3.tar.zst
tangerine-wallet-browser-35d8671843ff15822488ae39310c8c12818fb1a3.zip
Add responsive UI to send ether modal
Diffstat (limited to 'ui/app/css/itcss/components/newui-sections.scss')
-rw-r--r--ui/app/css/itcss/components/newui-sections.scss8
1 files changed, 4 insertions, 4 deletions
diff --git a/ui/app/css/itcss/components/newui-sections.scss b/ui/app/css/itcss/components/newui-sections.scss
index b576e5ca5..ae6ee6311 100644
--- a/ui/app/css/itcss/components/newui-sections.scss
+++ b/ui/app/css/itcss/components/newui-sections.scss
@@ -70,7 +70,7 @@ $wallet-view-bg: $wild-sand;
background: rgb(250, 250, 250);
z-index: $sidebar-z-index;
position: fixed;
- top: 35px;
+ top: 41px;
left: 0;
right: 0;
bottom: 0;
@@ -86,7 +86,7 @@ $wallet-view-bg: $wild-sand;
.sidebar-overlay {
z-index: $sidebar-overlay-z-index;
position: fixed;
- top: 35px;
+ top: 41px;
left: 0;
right: 0;
bottom: 0;
@@ -142,8 +142,8 @@ $wallet-view-bg: $wild-sand;
}
.main-container {
- margin-top: 35px;
- height: calc(100% - 34px);
+ margin-top: 41px;
+ height: calc(100% - 41px);
width: 100%;
overflow-y: auto;
background-color: $white;