diff options
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2020-12-16 13:26:38 +0100 |
---|---|---|
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2020-12-16 13:26:38 +0100 |
commit | 533e6d4ca0764c3d74329cbe8c470957a51a278b (patch) | |
tree | 5caa35dc684bcd932a3880e0d151940dbf304391 /src/main/resources/templates/benki/posts | |
parent | 8f4c40796afa355af17130f4813be337916d0d6f (diff) |
Make navigation in portrait mode more compact.
- Moves secondary navigation items to the footer.
- Reduces primary navigation items to two lines.
Change-Id: Id104bb051c48bcd1f8ff97b0ecd3e198a7531cd1
Diffstat (limited to 'src/main/resources/templates/benki/posts')
-rw-r--r-- | src/main/resources/templates/benki/posts/postList.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/resources/templates/benki/posts/postList.html b/src/main/resources/templates/benki/posts/postList.html index 89cea69..5e9d24a 100644 --- a/src/main/resources/templates/benki/posts/postList.html +++ b/src/main/resources/templates/benki/posts/postList.html @@ -93,6 +93,8 @@ <section class="bookmark-description post-content"> {descriptionHtml.raw} </section> + + <section class="comment-box"></section> </article> {#else} <article class="lazychat-message"> |