From d78dc3334216206dbea90f0b2bcea57782689f0f Mon Sep 17 00:00:00 2001 From: jonahmania Date: Mon, 14 May 2018 16:57:52 -0400 Subject: [PATCH] Add latest ungluing to desktop page --- frontend/templates/home.html | 62 ++++++++++++++++++++++++++++++++++++ static/scss/home.scss | 28 ++++++++++++++++ 2 files changed, 90 insertions(+) diff --git a/frontend/templates/home.html b/frontend/templates/home.html index 1f6a0c65..b5117c1b 100755 --- a/frontend/templates/home.html +++ b/frontend/templates/home.html @@ -222,6 +222,68 @@ function put_un_in_cookie2(){ {% endif %} + +
+

Latest Ungluing

+
+ +
+

Donate!

diff --git a/static/scss/home.scss b/static/scss/home.scss index 7837392e..5011cb12 100644 --- a/static/scss/home.scss +++ b/static/scss/home.scss @@ -50,6 +50,10 @@ width: 100%; } } + + .latest-ungluing { + display: none; + } } @include breakpoint(medium up) { @@ -138,3 +142,27 @@ display: none; } +.jsmod-content { + ul { + margin: 0; + list-style-type: none; + li { + display: flex; + margin-bottom: 10px; + .user-avatar { + padding-top: 6px; + a img { + max-width: none; + width: 34px; + border-radius: 2px; + } + } + .user-book-info { + margin-left: 10px; + .user-book-name { + font-weight: normal; + } + } + } + } +}