fix: bookmarklet
This commit is contained in:
@@ -23,6 +23,9 @@ header{
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
small{
|
||||||
|
color: #777;
|
||||||
|
}
|
||||||
.searchbar{
|
.searchbar{
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
<header>
|
<header>
|
||||||
<div>
|
<div>
|
||||||
<h1>{{ title }}</h1>
|
<h1>{{ title }}</h1>
|
||||||
<a href="javascript:void(window.open('{{ http_host }}/?t='+encodeURIComponent(window.location.toString())))" title="Als Lesezeichen speichern"><!--TODO fix domain part as variable-->
|
<a href="javascript:void(window.open('http://{{ http_host }}/?t=' + encodeURIComponent(window.location.toString())))" title="Als Lesezeichen speichern"><!--TODO fix domain part as variable-->
|
||||||
<img src="{% static 'bookmark.svg' %}" alt="Bookmarklet" class="header-icon">
|
<img src="{% static 'bookmark.svg' %}" alt="Bookmarklet" class="header-icon">
|
||||||
</a>
|
</a>
|
||||||
<a href="https://github.com/eneller/epub2go-web">
|
<a href="https://github.com/eneller/epub2go-web">
|
||||||
@@ -22,7 +22,7 @@
|
|||||||
<input type="search" id="searchInput" placeholder="Suche nach Titel" minlength="3">
|
<input type="search" id="searchInput" placeholder="Suche nach Titel" minlength="3">
|
||||||
</form>
|
</form>
|
||||||
</search>
|
</search>
|
||||||
<p>Im Moment finden sich hier {{ book_count }} Bücher. </p>
|
<small>Im Moment finden sich hier {{ book_count }} Bücher. </small>
|
||||||
</header>
|
</header>
|
||||||
<main>
|
<main>
|
||||||
<!-- NOTE use dl here?-->
|
<!-- NOTE use dl here?-->
|
||||||
|
|||||||
Reference in New Issue
Block a user