fix(chat): bring down elements to avoid electron drag area
This commit is contained in:
parent
70ec7c5b3d
commit
f9c0c3e2f6
|
@ -42,7 +42,7 @@
|
|||
flex: 1;
|
||||
font-size: 10pt;
|
||||
line-height: 20px;
|
||||
margin-top: 15px;
|
||||
margin-top: 30px;
|
||||
overflow: auto;
|
||||
padding: 5px;
|
||||
text-align: left;
|
||||
|
@ -104,7 +104,7 @@
|
|||
position: absolute;
|
||||
right: 5px;
|
||||
text-align: center;
|
||||
top: 5px;
|
||||
top: 25px;
|
||||
width: 10px;
|
||||
z-index: 1;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue