mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
new accounts-ui spinner, has height of line
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
{{#if currentUserLoaded}}
|
||||
{{displayName}}
|
||||
{{else}}
|
||||
<div class="loading"></div>
|
||||
<div class="loading"> </div>
|
||||
{{/if}}
|
||||
</div>
|
||||
<div class="login-button single-login-button" id="login-buttons-logout">Sign Out</div>
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
</div>
|
||||
{{/if}}
|
||||
{{else}}
|
||||
<div class="loading"></div>
|
||||
<div class="loading"> </div>
|
||||
{{/if}}
|
||||
</div>
|
||||
</template>
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user