fix(chat): bring down elements to avoid electron drag area

This commit is contained in:
Leonard Kim 2019-04-12 13:51:41 -07:00 committed by yanas
parent 70ec7c5b3d
commit f9c0c3e2f6
1 changed files with 2 additions and 2 deletions

View File

@ -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;
}