mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 22:43:30 +03:00
Fixed width flicking on full width for pages and posts
fixes https://github.com/TryGhost/Team/issues/1838 - The loading template was setting a different class - That class is not used any longer - Removed that part of the code
This commit is contained in:
parent
50f027cccf
commit
d04276ab4d
@ -1,4 +1,4 @@
|
||||
<section class="gh-canvas" {{did-insert (action "setMainClass" "gh-main-primarybg" target=this.ui)}}>
|
||||
<section class="gh-canvas">
|
||||
<GhCanvasHeader class="gh-canvas-header break tablet post-header">
|
||||
<GhCustomViewTitle @title="Pages" @query={{reset-query-params "posts"}} />
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
<section class="gh-canvas" {{did-insert (action "setMainClass" "gh-main-primarybg" target=this.ui)}}>
|
||||
<section class="gh-canvas">
|
||||
<GhCanvasHeader class="gh-canvas-header break tablet post-header">
|
||||
<GhCustomViewTitle @title={{if this.session.user.isContributor (concat this.config.blogTitle " posts") "Posts"}} @query={{reset-query-params "posts"}} />
|
||||
<section class="view-actions">
|
||||
|
Loading…
Reference in New Issue
Block a user