From 22def3030dadc28db06ee16c54d5f34dbcd9729d Mon Sep 17 00:00:00 2001 From: AntonLV Date: Wed, 23 Feb 2022 13:24:11 +0300 Subject: [PATCH] Ticket #3629 - Artificer (Part 2): Forum attachments. --- .../data/template/bx_forum/comment_attachments.html | 10 ++++++++++ modules/boonex/forum/template/css/main.css | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 modules/boonex/artificer/data/template/bx_forum/comment_attachments.html diff --git a/modules/boonex/artificer/data/template/bx_forum/comment_attachments.html b/modules/boonex/artificer/data/template/bx_forum/comment_attachments.html new file mode 100644 index 0000000000..e5413111bf --- /dev/null +++ b/modules/boonex/artificer/data/template/bx_forum/comment_attachments.html @@ -0,0 +1,10 @@ + + + \ No newline at end of file diff --git a/modules/boonex/forum/template/css/main.css b/modules/boonex/forum/template/css/main.css index 2994716aa8..0c78e31cc4 100644 --- a/modules/boonex/forum/template/css/main.css +++ b/modules/boonex/forum/template/css/main.css @@ -67,8 +67,8 @@ height: 2rem; } .cmt-attached-preview.bx-forum-attached-preview .sys-icon { - text-align: center; - font-size: 1.5rem; + text-align: center; + font-size: 1.25rem; } /*-- Preview --*/