1
0
mirror of https://github.com/jdan/98.css.git synced 2026-05-05 06:01:22 +09:00

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:
Jordan Scales
2020-04-28 12:17:40 -04:00
committed by GitHub
parent 12af45910d
commit bfd5340a76
4 changed files with 28 additions and 0 deletions

View File

@@ -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>