|
@ -2,7 +2,7 @@ |
|
|
<div class="text-clip toast" if={ opts.title && opts.author }> |
|
|
<div class="text-clip toast" if={ opts.title && opts.author }> |
|
|
<p> |
|
|
<p> |
|
|
<dt class="book-title text-center"> |
|
|
<dt class="book-title text-center"> |
|
|
<button onclick={ makeResourceGetter(this) } class="btn"> |
|
|
<button onclick={ makeResourceGetter(this) } class="btn tooltip tooltip-top"> |
|
|
{ opts.title } |
|
|
{ opts.title } |
|
|
</button> |
|
|
</button> |
|
|
</dt> |
|
|
</dt> |
|
|