diff options
author | Vitaly Takmazov | 2020-01-31 15:06:08 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2020-01-31 15:06:08 +0300 |
commit | 4e0d11ab6fb0e3e482b3b7f3877552b9ec1f42e1 (patch) | |
tree | 6ced0bffc9080b1de5de94daf00d335f918dd271 /src/main/resources/templates/views/thread.html | |
parent | 82c74714b249641f2a0c054f86aa09bb5339669d (diff) |
Change tags styling
Diffstat (limited to 'src/main/resources/templates/views/thread.html')
-rw-r--r-- | src/main/resources/templates/views/thread.html | 8 |
1 files changed, 5 insertions, 3 deletions
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 %} </div> - <div class="msg-tags"> + </div> + <div class="msg-txt"> + <span class="msg-tags"> {{ tags(msg.user.name, msg.tags | tagsList) }} - </div> + </span> + {{ msg | formatMessage }} </div> - <div class="msg-txt">{{ msg | formatMessage }}</div> {% if msg.AttachmentType is not empty %} <div class="msg-media"> <a href="//i.juick.com/p/{{ msg.mid }}.{{ msg.AttachmentType }}" data-fname="{{ msg.mid }}.{{ msg.AttachmentType }}"> |