diff --git a/bookwyrm/static/css/fonts/icomoon.eot b/bookwyrm/static/css/fonts/icomoon.eot index c787c9bd3..0c2680e2a 100644 Binary files a/bookwyrm/static/css/fonts/icomoon.eot and b/bookwyrm/static/css/fonts/icomoon.eot differ diff --git a/bookwyrm/static/css/fonts/icomoon.svg b/bookwyrm/static/css/fonts/icomoon.svg index e58847cdf..4edc79130 100644 --- a/bookwyrm/static/css/fonts/icomoon.svg +++ b/bookwyrm/static/css/fonts/icomoon.svg @@ -31,6 +31,7 @@ + diff --git a/bookwyrm/static/css/fonts/icomoon.ttf b/bookwyrm/static/css/fonts/icomoon.ttf index 8ba512daf..58aeb8fe1 100644 Binary files a/bookwyrm/static/css/fonts/icomoon.ttf and b/bookwyrm/static/css/fonts/icomoon.ttf differ diff --git a/bookwyrm/static/css/fonts/icomoon.woff b/bookwyrm/static/css/fonts/icomoon.woff index 50261c681..2483f599c 100644 Binary files a/bookwyrm/static/css/fonts/icomoon.woff and b/bookwyrm/static/css/fonts/icomoon.woff differ diff --git a/bookwyrm/static/css/icons.css b/bookwyrm/static/css/icons.css index 09c22e1a2..dafaca21b 100644 --- a/bookwyrm/static/css/icons.css +++ b/bookwyrm/static/css/icons.css @@ -1,10 +1,10 @@ @font-face { font-family: 'icomoon'; - src: url('fonts/icomoon.eot?aeb2zb'); - src: url('fonts/icomoon.eot?aeb2zb#iefix') format('embedded-opentype'), - url('fonts/icomoon.ttf?aeb2zb') format('truetype'), - url('fonts/icomoon.woff?aeb2zb') format('woff'), - url('fonts/icomoon.svg?aeb2zb#icomoon') format('svg'); + src: url('fonts/icomoon.eot?jhaogg'); + src: url('fonts/icomoon.eot?jhaogg#iefix') format('embedded-opentype'), + url('fonts/icomoon.ttf?jhaogg') format('truetype'), + url('fonts/icomoon.woff?jhaogg') format('woff'), + url('fonts/icomoon.svg?jhaogg#icomoon') format('svg'); font-weight: normal; font-style: normal; font-display: block; @@ -25,6 +25,9 @@ -moz-osx-font-smoothing: grayscale; } +.icon-dots-three-vertical:before { + content: "\e918"; +} .icon-check:before { content: "\e917"; } diff --git a/bookwyrm/static/js/shared.js b/bookwyrm/static/js/shared.js index 5be6ed632..5f87ee0a5 100644 --- a/bookwyrm/static/js/shared.js +++ b/bookwyrm/static/js/shared.js @@ -50,6 +50,10 @@ function tabChange(e, nested) { target.className = 'is-active'; } +function toggleMenu(el) { + el.setAttribute('aria-expanded', el.getAttribute('aria-expanded') == 'false'); +} + function ajaxPost(form) { fetch(form.action, { method : "POST", diff --git a/bookwyrm/templates/author.html b/bookwyrm/templates/author.html index cb05b9b71..fb4970e49 100644 --- a/bookwyrm/templates/author.html +++ b/bookwyrm/templates/author.html @@ -2,7 +2,7 @@ {% load fr_display %} {% block content %}
-

{{ author.display_name }}

+

{{ author.display_name }}

{% if author.bio %}

diff --git a/bookwyrm/templates/book.html b/bookwyrm/templates/book.html index 725fc8f40..503da72f8 100644 --- a/bookwyrm/templates/book.html +++ b/bookwyrm/templates/book.html @@ -5,9 +5,9 @@

-

+

{% include 'snippets/book_titleby.html' with book=book %} -

+ {% if request.user.is_authenticated and perms.bookwyrm.edit_book %}
@@ -132,7 +132,7 @@
{% csrf_token %} -