mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-04 07:10:06 +08:00
Revert back container width, fix controls align
This commit is contained in:
parent
d8b18b9adf
commit
60a8ec96e9
1 changed files with 4 additions and 4 deletions
|
@ -47,7 +47,7 @@ body.platform-darwin {
|
|||
.preferences-wrap {
|
||||
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; }
|
||||
select { margin: 4px 0 0 8px; }
|
||||
|
||||
padding-bottom:50px;
|
||||
|
||||
|
@ -152,9 +152,9 @@ body.platform-darwin {
|
|||
}
|
||||
|
||||
.container-notifications {
|
||||
width: 80%;
|
||||
margin-left: 10%;
|
||||
margin-right: 10%;
|
||||
width: 75%;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
.container-appearance {
|
||||
|
|
Loading…
Reference in a new issue