added info bubble
This commit is contained in:
parent
8d124c01d9
commit
34453cff32
5 changed files with 70 additions and 5 deletions
|
@ -74,7 +74,7 @@
|
|||
<section id="full">
|
||||
<header class="bar">
|
||||
<a class="button" href="#list">Back</a>
|
||||
<a class="button" href="#unread">Set unread</a>
|
||||
<a id="setunread" class="button" href="#unread">Set unread</a>
|
||||
<canvas></canvas>
|
||||
</header>
|
||||
<article>
|
||||
|
@ -84,6 +84,9 @@
|
|||
<p><timedate class="date"></timedate></p>
|
||||
</header>
|
||||
<div class="article"></div>
|
||||
<div class="info swipe">
|
||||
<p>Swipe with your finger right and left to navigate to next and previous article.</p>
|
||||
</div>
|
||||
<article>
|
||||
</section>
|
||||
|
||||
|
|
Reference in a new issue