ThumbNavigation: increase height 50px --> 60px

This commit is contained in:
Alex Gleason 2021-09-21 16:41:50 -05:00
parent 63095aac6b
commit 812ea509b4
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
3 changed files with 3 additions and 3 deletions

View File

@ -365,7 +365,7 @@
.chat-box { .chat-box {
border-radius: 0; border-radius: 0;
border: 2px solid var(--foreground-color); border: 2px solid var(--foreground-color);
margin-bottom: 51px; margin-bottom: 61px;
&__actions { &__actions {
padding: 0; padding: 0;

View File

@ -50,7 +50,7 @@
left: 0; left: 0;
right: 0; right: 0;
width: 100%; width: 100%;
height: 50px; height: 60px;
display: flex; display: flex;
background: var(--foreground-color); background: var(--foreground-color);
justify-content: space-around; justify-content: space-around;

View File

@ -354,7 +354,7 @@
z-index: 1000; z-index: 1000;
display: none; display: none;
position: fixed; position: fixed;
bottom: 64px; bottom: 74px;
right: 14px; right: 14px;
width: 58px; width: 58px;
height: 58px; height: 58px;