From 4e0d11ab6fb0e3e482b3b7f3877552b9ec1f42e1 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Fri, 31 Jan 2020 15:06:08 +0300 Subject: Change tags styling --- src/main/resources/templates/views/partial/message.html | 10 ++++++---- src/main/resources/templates/views/thread.html | 8 +++++--- 2 files changed, 11 insertions(+), 7 deletions(-) (limited to 'src/main/resources') diff --git a/src/main/resources/templates/views/partial/message.html b/src/main/resources/templates/views/partial/message.html index 9a4d6452..8b8670ce 100644 --- a/src/main/resources/templates/views/partial/message.html +++ b/src/main/resources/templates/views/partial/message.html @@ -17,11 +17,13 @@ · Edited {% endif %} -
- {{ tags(msg.user.name, msg.tags | tagsList) }} -
-

{{ msg | formatMessage }}

+
+ + {{ tags(msg.user.name, msg.tags | tagsList) }} + + {{ msg | formatMessage }} +
{% if msg.AttachmentType is not empty %}

diff --git a/src/main/resources/templates/views/thread.html b/src/main/resources/templates/views/thread.html index 252b41b0..e09c1e60 100644 --- a/src/main/resources/templates/views/thread.html +++ b/src/main/resources/templates/views/thread.html @@ -22,11 +22,13 @@ · Edited {% endif %} -

+
+
+ {{ tags(msg.user.name, msg.tags | tagsList) }} -
+ + {{ msg | formatMessage }} -
{{ msg | formatMessage }}
{% if msg.AttachmentType is not empty %}
-- cgit v1.2.3