diff --git a/app/app.global.scss b/app/app.global.scss index e24fe2be..adcd2c02 100644 --- a/app/app.global.scss +++ b/app/app.global.scss @@ -17,7 +17,6 @@ body { margin: 0; padding: 0; color: #333; - height: 100vh; box-sizing: border-box; -webkit-font-smoothing: antialiased; -webkit-tap-highlight-color: rgba(255,255,255,0); diff --git a/app/components/Contacts/Network.scss b/app/components/Contacts/Network.scss index 07d100dd..4b0c071d 100644 --- a/app/components/Contacts/Network.scss +++ b/app/components/Contacts/Network.scss @@ -85,9 +85,11 @@ } .search { - height: 55px; - padding: 2px 5px; - border-top: 0.5px solid #ccc; + position: absolute; + bottom: 20px; + width: calc(100% - 40px); + padding: 10px 20px; + border-top: 1px solid $darkestgrey; .input { display: inline-block; @@ -111,10 +113,10 @@ } .text { - width: 90%; + width: calc(95% - 20px); background: transparent; outline: 0; - padding: 0 5px; + padding: 0 10px; border: 0; border-radius: 0; height: 50px; diff --git a/app/routes/activity/components/Activity.js b/app/routes/activity/components/Activity.js index d7f951ac..f616e63f 100644 --- a/app/routes/activity/components/Activity.js +++ b/app/routes/activity/components/Activity.js @@ -70,7 +70,7 @@ class Activity extends Component { if (!balance.channelBalance || !balance.walletBalance) { return } return ( -
+
} return ( -
+