mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-23 15:46:28 +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 {
|
.message {
|
||||||
color: @text-color-very-subtle;
|
color: @text-color-very-subtle;
|
||||||
margin-top: 1em;
|
margin: 1em;
|
||||||
|
margin-bottom: 0;
|
||||||
font-size: 2em;
|
font-size: 2em;
|
||||||
font-weight: @font-weight-thin;
|
font-weight: @font-weight-thin;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
Loading…
Reference in a new issue