v0.1.2 헤더 구조 및 사이드바 효과 수정
This commit is contained in:
@@ -1,4 +1,14 @@
|
||||
<header class="topbar">
|
||||
<div class="topbar__brand">
|
||||
<a class="brand brand--topbar" href="{{@site.url}}">
|
||||
{{#if @site.logo}}
|
||||
<img class="brand__logo" src="{{@site.logo}}" alt="{{@site.title}}">
|
||||
{{else}}
|
||||
<span class="brand__mark"></span>
|
||||
<span class="brand__name">{{@site.title}}</span>
|
||||
{{/if}}
|
||||
</a>
|
||||
</div>
|
||||
<div class="topbar__search">
|
||||
<button class="search-trigger" type="button" data-search-open aria-label="Open search">
|
||||
<span class="search-trigger__icon">⌕</span>
|
||||
@@ -7,6 +17,7 @@
|
||||
</button>
|
||||
</div>
|
||||
<div class="topbar__actions">
|
||||
<button class="icon-button icon-button--search-mobile" type="button" data-search-open aria-label="Open search">⌕</button>
|
||||
{{#if @member}}
|
||||
<a class="button button--accent" href="#/portal/account">Account</a>
|
||||
{{else}}
|
||||
|
||||
Reference in New Issue
Block a user