Ghost/ghost/admin/app/components/gh-canvas-header.hbs
Peter Zimon c757ddbef8 UI updates (#1835)
* Admin UI update basics

Added the basics for the Admin UI/style update. Very far from being done...

* Admin style updates

- exploring menu
- enabling full width content (integrations selection bg)
- updated main screens
2021-02-03 20:08:01 +01:00

9 lines
218 B
Handlebars

<div
{{did-insert (action "initScrollWatch")}}
{{will-destroy (action "clearScrollWatch")}}
...attributes
>
<header class="gh-canvas-header-content gh-main-width">
{{yield}}
</header>
</div>