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;
|
flex: 1;
|
||||||
font-size: 10pt;
|
font-size: 10pt;
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
margin-top: 15px;
|
margin-top: 30px;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
@ -104,7 +104,7 @@
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 5px;
|
right: 5px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
top: 5px;
|
top: 25px;
|
||||||
width: 10px;
|
width: 10px;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue