mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-04 07:10:06 +08:00
fix(onboarding): fix add account button width
This commit is contained in:
parent
992b90d969
commit
7711ec533e
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@
|
||||||
transition: width 150ms ease-in-out;
|
transition: width 150ms ease-in-out;
|
||||||
}
|
}
|
||||||
.btn-add-account-spinning {
|
.btn-add-account-spinning {
|
||||||
width: 190px;
|
width: 200px;
|
||||||
img { vertical-align: top; margin-right: 5px; }
|
img { vertical-align: top; margin-right: 5px; }
|
||||||
}
|
}
|
||||||
.prompt {
|
.prompt {
|
||||||
|
|
Loading…
Reference in a new issue