Use small spinner in read mode

This commit is contained in:
Tankred Hase 2014-11-12 20:28:54 +01:00
parent a2cce31a1f
commit e1c594ce0f
1 changed files with 1 additions and 1 deletions

View File

@ -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 spinner--big"></span>
<span class="spinner"></span>
<strong ng-bind="(state.mailList.selected.decryptingBody) ? 'Decrypting...' : 'Loading...' "></strong>
</div>
</div>