mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-10 18:23:21 +08:00
🎨(preferences): Adjust textbox styles for signatures and templates
This commit is contained in:
parent
be7a196eeb
commit
5fc110c1dc
2 changed files with 6 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
.signature-wrap {
|
||||
position: relative;
|
||||
border: 1px solid @input-border-color;
|
||||
background-color: @white;
|
||||
padding: 10px;
|
||||
margin-top: 20px;
|
||||
min-height: 200px;
|
||||
|
|
|
@ -51,11 +51,16 @@
|
|||
.template-wrap {
|
||||
position: relative;
|
||||
border: 1px solid @input-border-color;
|
||||
background-color: @white;
|
||||
padding: 10px;
|
||||
margin-top: 20px;
|
||||
min-height: 200px;
|
||||
display: flex;
|
||||
|
||||
.contenteditable-container {
|
||||
min-height: 200px;
|
||||
}
|
||||
|
||||
textarea {
|
||||
border: 0;
|
||||
padding: 0;
|
||||
|
|
Loading…
Reference in a new issue