Change padding in popup

This commit is contained in:
sienori 2017-12-23 05:29:14 +09:00
parent 947b6584ed
commit 34ff77679d

View file

@ -15,7 +15,7 @@ body {
overflow: hidden;
background-color: var(--main-bg);
padding: 10px;
padding: 20px;
margin: 0px;
display: flex;
@ -29,7 +29,7 @@ textarea {
resize: none;
overflow: auto;
max-height: 240px;
max-height: 235px;
height: 37px;
/* 100% - padding*2 - border*2 */
@ -54,7 +54,7 @@ hr {
}
#target {
max-height: 240px;
max-height: 235px;
min-height: 20px;
overflow-y: auto;
word-wrap: break-word;