mirror of
https://github.com/moparisthebest/mail
synced 2024-11-22 08:52:15 -05:00
bigger spinner and vcenter fix in read view
This commit is contained in:
parent
996730f160
commit
a2cce31a1f
@ -117,6 +117,7 @@
|
||||
padding: 0 $padding-horizontal;
|
||||
}
|
||||
&__working {
|
||||
position: relative;
|
||||
flex-grow: 1;
|
||||
padding: 0 $padding-horizontal;
|
||||
& > div {
|
||||
|
@ -104,7 +104,7 @@
|
||||
<div class="read__working"
|
||||
ng-if="state.mailList.selected && state.mailList.selected.html === undefined && (state.mailList.selected.body === undefined || (state.mailList.selected.encrypted && !state.mailList.selected.decrypted))">
|
||||
<div>
|
||||
<span class="spinner"></span>
|
||||
<span class="spinner spinner--big"></span>
|
||||
<strong ng-bind="(state.mailList.selected.decryptingBody) ? 'Decrypting...' : 'Loading...' "></strong>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user