Change padding in popup
This commit is contained in:
parent
947b6584ed
commit
34ff77679d
|
@ -15,7 +15,7 @@ body {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
background-color: var(--main-bg);
|
background-color: var(--main-bg);
|
||||||
|
|
||||||
padding: 10px;
|
padding: 20px;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
|
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -29,7 +29,7 @@ textarea {
|
||||||
resize: none;
|
resize: none;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
|
||||||
max-height: 240px;
|
max-height: 235px;
|
||||||
height: 37px;
|
height: 37px;
|
||||||
|
|
||||||
/* 100% - padding*2 - border*2 */
|
/* 100% - padding*2 - border*2 */
|
||||||
|
@ -54,7 +54,7 @@ hr {
|
||||||
}
|
}
|
||||||
|
|
||||||
#target {
|
#target {
|
||||||
max-height: 240px;
|
max-height: 235px;
|
||||||
min-height: 20px;
|
min-height: 20px;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
|
|
Loading…
Reference in a new issue