diff --git a/css/src/mobile.css b/css/src/mobile.css index 51274566e..61b431ea8 100644 --- a/css/src/mobile.css +++ b/css/src/mobile.css @@ -18,15 +18,16 @@ display: none; } - .sidebar-bottom { + .button-close { + margin-top:65px; background: #213140; padding: 1.2rem; font-size: 14px; - position: fixed; - bottom: 0; width: 100%; text-align: center; height: 65px; + display:block; + color: #fff; } .page, .main { @@ -70,8 +71,6 @@ header { height: 45px; background-color: #213140; - position: fixed; - top: 0; width: 100%; line-height: 110%; padding: 0 0.45rem; diff --git a/views/includes/sidebar-mobile.html b/views/includes/sidebar-mobile.html index a14af8a22..ed9aa6ba2 100644 --- a/views/includes/sidebar-mobile.html +++ b/views/includes/sidebar-mobile.html @@ -43,14 +43,14 @@ Add wallet + + {{'Close'|translate}} + {{'Lock'|translate}} + + +
-