diff --git a/app/styles/chats.scss b/app/styles/chats.scss index 8a72d496e..d5f95ae0b 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 4336aabab..a770f58ab 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 b656c0de1..b4407526c 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;