mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-25 09:03:12 +03:00
💄 Fix positioning of loading spinner (#751)
closes TryGhost/Ghost#8556 Use the correct classes consistently for `gh-loading-spinner` component.
This commit is contained in:
parent
8f58dd92dd
commit
9b0c542cc1
@ -2,4 +2,4 @@
|
||||
<div class="gh-content">
|
||||
{{gh-loading-spinner}}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -83,5 +83,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{{gh-loading-spinner}}
|
||||
<div class="gh-content">
|
||||
{{gh-loading-spinner}}
|
||||
</div>
|
||||
</section>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<div class="gh-canvas">
|
||||
<div class="view-content">
|
||||
<div class="gh-content">
|
||||
{{gh-loading-spinner}}
|
||||
</div>
|
||||
</div>
|
||||
|
@ -6,7 +6,7 @@
|
||||
</section>
|
||||
</header>
|
||||
|
||||
<section class="view-container">
|
||||
<section class="gh-content">
|
||||
{{gh-loading-spinner}}
|
||||
</section>
|
||||
</section>
|
||||
|
@ -6,7 +6,7 @@
|
||||
</section>
|
||||
</header>
|
||||
|
||||
<section class="view-container">
|
||||
<section class="gh-content">
|
||||
{{gh-loading-spinner}}
|
||||
</section>
|
||||
</section>
|
||||
|
@ -6,7 +6,7 @@
|
||||
</section>
|
||||
</header>
|
||||
|
||||
<section class="view-container">
|
||||
<section class="gh-content">
|
||||
{{gh-loading-spinner}}
|
||||
</section>
|
||||
</section>
|
||||
|
@ -3,7 +3,7 @@
|
||||
<h2 class="gh-canvas-title" data-test-screen-title>Labs</h2>
|
||||
</header>
|
||||
|
||||
<div class="view-container">
|
||||
<div class="gh-content">
|
||||
{{gh-loading-spinner}}
|
||||
</div>
|
||||
</section>
|
||||
|
@ -6,7 +6,7 @@
|
||||
</section>
|
||||
</header>
|
||||
|
||||
<div class="view-content">
|
||||
<div class="gh-content">
|
||||
{{gh-loading-spinner}}
|
||||
</div>
|
||||
</section>
|
||||
|
@ -9,7 +9,7 @@
|
||||
{{/unless}}
|
||||
</header>
|
||||
|
||||
<div class="view-container">
|
||||
<div class="gh-content">
|
||||
{{gh-loading-spinner}}
|
||||
</div>
|
||||
</section>
|
||||
|
@ -11,7 +11,7 @@
|
||||
</section>
|
||||
</header>
|
||||
|
||||
<div class="view-container">
|
||||
<div class="gh-content">
|
||||
{{gh-loading-spinner}}
|
||||
</div>
|
||||
</section>
|
||||
|
Loading…
Reference in New Issue
Block a user