mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-23 07:36:12 +08:00
fix(empty): Add padding to empty message
This commit is contained in:
parent
8f86968ddd
commit
7e07c199c4
1 changed files with 2 additions and 1 deletions
|
@ -28,7 +28,8 @@
|
|||
}
|
||||
.message {
|
||||
color: @text-color-very-subtle;
|
||||
margin-top: 1em;
|
||||
margin: 1em;
|
||||
margin-bottom: 0;
|
||||
font-size: 2em;
|
||||
font-weight: @font-weight-thin;
|
||||
text-align: center;
|
||||
|
|
Loading…
Reference in a new issue