mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-22 15:15:12 +08:00
🎨(preferences): Update styling
This commit is contained in:
parent
965884fa95
commit
748e6ed55e
4 changed files with 13 additions and 4 deletions
|
@ -22,7 +22,7 @@
|
|||
}
|
||||
|
||||
.plugins-view {
|
||||
width: 60%;
|
||||
max-width: 800px;
|
||||
margin: 0 auto;
|
||||
.new-package {
|
||||
margin-bottom: 50px;
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
margin: 0 auto;
|
||||
.accounts-content {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
||||
.account-list {
|
||||
width: 400px;
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
@import "ui-variables";
|
||||
|
||||
.container-mail-rules {
|
||||
width: 80%;
|
||||
max-width: 800px;
|
||||
margin: 0 auto;
|
||||
|
||||
.empty-list {
|
||||
|
|
|
@ -64,7 +64,7 @@
|
|||
}
|
||||
|
||||
.tab-icon {
|
||||
padding-top: 15px;
|
||||
padding-top: 8px;
|
||||
display: block;
|
||||
margin: auto;
|
||||
}
|
||||
|
@ -96,7 +96,7 @@
|
|||
}
|
||||
|
||||
.container-appearance {
|
||||
width: 40%;
|
||||
width: 400px;
|
||||
margin: 0 auto;
|
||||
|
||||
.appearance-mode-switch {
|
||||
|
@ -211,3 +211,11 @@ body.platform-linux {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media (-webkit-min-device-pixel-ratio: 2) {
|
||||
.preferences-tabs {
|
||||
.tab-icon {
|
||||
padding-top: 15px !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue