diff --git a/frontend/templates/work.html b/frontend/templates/work.html index c4883071..52db8dd7 100644 --- a/frontend/templates/work.html +++ b/frontend/templates/work.html @@ -179,6 +179,12 @@
+
+ +
+
+ +
{% if request.user.is_anonymous %} @@ -212,12 +218,6 @@ LibraryThing
-
- -
-
- -

Comments

diff --git a/static/scss/bookview.scss b/static/scss/bookview.scss index 61f87022..2e79459f 100644 --- a/static/scss/bookview.scss +++ b/static/scss/bookview.scss @@ -83,6 +83,7 @@ .bookSidebar { flex-direction: column; + margin-top: 66px; } } }