mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-20 22:23:53 +08:00
Normalized size of buttons across signature, accounts and mail rules preferences. Also make signature pane same size as other preference panels
This commit is contained in:
parent
dad69b272f
commit
6df5f68ff1
3 changed files with 12 additions and 5 deletions
|
@ -3,7 +3,7 @@
|
|||
@blurred-primary-color: mix(@background-primary, #ffbb00, 96%);
|
||||
// Styles for Preferences Signatures
|
||||
.preferences-signatures-container {
|
||||
max-width: 640px;
|
||||
max-width: 800px;
|
||||
margin: 0 auto;
|
||||
|
||||
.empty-list {
|
||||
|
@ -56,6 +56,7 @@
|
|||
height: 37px;
|
||||
width: 37px;
|
||||
line-height: 37px;
|
||||
font-size: 1em;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -43,10 +43,10 @@
|
|||
}
|
||||
|
||||
.btn-editable-list {
|
||||
height: 29px;
|
||||
width: 29px;
|
||||
line-height: 29px;
|
||||
font-size: 1.3em;
|
||||
height: 37px;
|
||||
width: 37px;
|
||||
line-height: 37px;
|
||||
font-size: 1em;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -41,6 +41,12 @@
|
|||
.selected .item-rule-disabled {
|
||||
color: @component-active-bg;
|
||||
}
|
||||
.btn-editable-list {
|
||||
height: 37px;
|
||||
width: 37px;
|
||||
line-height: 37px;
|
||||
font-size: 1em;
|
||||
}
|
||||
}
|
||||
.rule-detail {
|
||||
flex: 1;
|
||||
|
|
Loading…
Reference in a new issue