From 812ea509b499b9009cc84b6ee7a399578f13e3ca Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Tue, 21 Sep 2021 16:41:50 -0500 Subject: [PATCH] ThumbNavigation: increase height 50px --> 60px --- app/styles/chats.scss | 2 +- app/styles/navigation.scss | 2 +- app/styles/ui.scss | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/styles/chats.scss b/app/styles/chats.scss index 8a72d496e7..d5f95ae0bc 100644 --- a/app/styles/chats.scss +++ b/app/styles/chats.scss @@ -365,7 +365,7 @@ .chat-box { border-radius: 0; border: 2px solid var(--foreground-color); - margin-bottom: 51px; + margin-bottom: 61px; &__actions { padding: 0; diff --git a/app/styles/navigation.scss b/app/styles/navigation.scss index 4336aabab0..a770f58abc 100644 --- a/app/styles/navigation.scss +++ b/app/styles/navigation.scss @@ -50,7 +50,7 @@ left: 0; right: 0; width: 100%; - height: 50px; + height: 60px; display: flex; background: var(--foreground-color); justify-content: space-around; diff --git a/app/styles/ui.scss b/app/styles/ui.scss index b656c0de19..b4407526cc 100644 --- a/app/styles/ui.scss +++ b/app/styles/ui.scss @@ -354,7 +354,7 @@ z-index: 1000; display: none; position: fixed; - bottom: 64px; + bottom: 74px; right: 14px; width: 58px; height: 58px;