mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-10-06 19:26:55 +08:00
fix(sending): Tiny fix for strange vertical space when sending
This commit is contained in:
parent
34f530ce71
commit
95aba56979
1 changed files with 1 additions and 0 deletions
|
@ -319,6 +319,7 @@ body.platform-win32 {
|
||||||
.message-actions-wrap {
|
.message-actions-wrap {
|
||||||
width: 0;
|
width: 0;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
|
position: absolute;
|
||||||
}
|
}
|
||||||
.pending-spinner {
|
.pending-spinner {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
|
|
Loading…
Add table
Reference in a new issue