From 34c9f79d73da4c580202fff8ef914ffb5180aa53 Mon Sep 17 00:00:00 2001 From: pichalite Date: Tue, 28 Aug 2018 22:08:43 +0000 Subject: [PATCH] Fixes #61 #71 --- less/topic.less | 5 +++++ templates/partials/paginator.tpl | 8 ++++++++ templates/partials/topic/post.tpl | 4 +++- templates/search.tpl | 7 ++++--- 4 files changed, 20 insertions(+), 4 deletions(-) diff --git a/less/topic.less b/less/topic.less index d287ad0..5fdb23f 100644 --- a/less/topic.less +++ b/less/topic.less @@ -291,6 +291,11 @@ } } } + + .post-edit { + display: flex; + flex-direction: row-reverse; + } } } diff --git a/templates/partials/paginator.tpl b/templates/partials/paginator.tpl index ffce9c2..f556a1b 100644 --- a/templates/partials/paginator.tpl +++ b/templates/partials/paginator.tpl @@ -1,4 +1,5 @@ \ No newline at end of file diff --git a/templates/partials/topic/post.tpl b/templates/partials/topic/post.tpl index faada67..f8e95f7 100644 --- a/templates/partials/topic/post.tpl +++ b/templates/partials/topic/post.tpl @@ -65,7 +65,9 @@ - [[global:last_edited_by, {posts.editor.username}]] +
+ [[global:last_edited_by, {posts.editor.username}]] +
{posts.reactions} diff --git a/templates/search.tpl b/templates/search.tpl index d054571..457a69b 100644 --- a/templates/search.tpl +++ b/templates/search.tpl @@ -61,9 +61,10 @@
- + + +