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