Add help title-bar button (#72)
* newlines * add now.json * add newlines * remove now.json * re-add now.json with version field
This commit is contained in:
parent
12af45910d
commit
bfd5340a76
4 changed files with 28 additions and 0 deletions
|
|
@ -496,6 +496,16 @@
|
|||
<button aria-label="Close"></button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<br>
|
||||
|
||||
<div class="title-bar">
|
||||
<div class="title-bar-text">A Helpful Bar</div>
|
||||
<div class="title-bar-controls">
|
||||
<button aria-label="Help"></button>
|
||||
<button aria-label="Close"></button>
|
||||
</div>
|
||||
</div>
|
||||
`) %>
|
||||
</div>
|
||||
</section>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue