mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-21 22:54:11 +08:00
fix(lint): Fix linter issues with preferences
This commit is contained in:
parent
f883732522
commit
a309d72fa0
1 changed files with 5 additions and 5 deletions
|
@ -45,8 +45,8 @@ body.platform-darwin {
|
||||||
}
|
}
|
||||||
|
|
||||||
.preferences-wrap {
|
.preferences-wrap {
|
||||||
input[type=checkbox] {margin: 0px 7px 0px 0px; position: relative; top: -1px; }
|
input[type=checkbox] {margin: 0 7px 0 0; position: relative; top: -1px; }
|
||||||
input[type=radio] {margin: 0px 7px 0px 0px; position: relative; top: -1px; }
|
input[type=radio] {margin: 0 7px 0 0; position: relative; top: -1px; }
|
||||||
select { margin:10px; margin-top:4px; }
|
select { margin:10px; margin-top:4px; }
|
||||||
|
|
||||||
.platform-darwin-only {
|
.platform-darwin-only {
|
||||||
|
@ -95,7 +95,7 @@ body.platform-darwin {
|
||||||
margin-right: 2.5%;
|
margin-right: 2.5%;
|
||||||
|
|
||||||
.section-body {
|
.section-body {
|
||||||
padding: 10px 0px 0px 0px;
|
padding: 10px 0 0 0;
|
||||||
|
|
||||||
.menu {
|
.menu {
|
||||||
border: solid thin #CCC;
|
border: solid thin #CCC;
|
||||||
|
@ -188,9 +188,9 @@ body.platform-darwin {
|
||||||
margin-right:12.5%;
|
margin-right:12.5%;
|
||||||
|
|
||||||
.shortcut {
|
.shortcut {
|
||||||
padding: 3px 0px;
|
padding: 3px 0;
|
||||||
&.shortcut-select {
|
&.shortcut-select {
|
||||||
padding: 5px 0px 20px 0px;
|
padding: 5px 0 20px 0;
|
||||||
select {
|
select {
|
||||||
width: 75%;
|
width: 75%;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue