ThumbNavigation: increase height 50px --> 60px
This commit is contained in:
parent
63095aac6b
commit
812ea509b4
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue