mirror of
https://github.com/discourse/discourse.git
synced 2024-11-28 10:24:36 +08:00
FIX: don't put the footer inside a container (allow for full width footers)
This commit is contained in:
parent
4e85fc9dae
commit
a1f56183ca
|
@ -63,6 +63,4 @@
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="container">
|
{{custom-html "footer"}}
|
||||||
{{custom-html "footer"}}
|
|
||||||
</div>
|
|
||||||
|
|
|
@ -20,6 +20,4 @@
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="container">
|
{{custom-html "footer"}}
|
||||||
{{custom-html "footer"}}
|
|
||||||
</div>
|
|
||||||
|
|
|
@ -38,9 +38,7 @@
|
||||||
{{#if canLoadMore}}
|
{{#if canLoadMore}}
|
||||||
{{loading-spinner}}
|
{{loading-spinner}}
|
||||||
{{else}}
|
{{else}}
|
||||||
<div class="container">
|
{{custom-html "footer"}}
|
||||||
{{custom-html "footer"}}
|
|
||||||
</div>
|
|
||||||
{{/if}}
|
{{/if}}
|
||||||
{{else}}
|
{{else}}
|
||||||
{{#unless userBadgesLoaded}}
|
{{#unless userBadgesLoaded}}
|
||||||
|
|
|
@ -30,8 +30,6 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{{#if loadedAllItems}}
|
{{#if loadedAllItems}}
|
||||||
<div class="container">
|
{{custom-html "footer"}}
|
||||||
{{custom-html "footer"}}
|
|
||||||
</div>
|
|
||||||
{{/if}}
|
{{/if}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
|
@ -8,6 +8,4 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="container">
|
{{custom-html "footer"}}
|
||||||
{{custom-html "footer"}}
|
|
||||||
</div>
|
|
||||||
|
|
|
@ -111,9 +111,9 @@
|
||||||
<h3>{{{view.browseMoreMessage}}}</h3>
|
<h3>{{{view.browseMoreMessage}}}</h3>
|
||||||
</div>
|
</div>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
<div class="container">
|
|
||||||
{{custom-html "footer"}}
|
{{custom-html "footer"}}
|
||||||
</div>
|
|
||||||
{{/if}}
|
{{/if}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
|
|
|
@ -194,9 +194,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{{#if loadedAllItems}}
|
{{#if loadedAllItems}}
|
||||||
<div class="container">
|
{{custom-html "footer"}}
|
||||||
{{custom-html "footer"}}
|
|
||||||
</div>
|
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
||||||
{{/unless}}
|
{{/unless}}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user