From 49df09ff4bd5a58b9e786019037789894b3652ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Andr=C3=A9s?= Date: Mon, 24 Apr 2023 18:20:21 -0600 Subject: [PATCH 1/2] Attachments fixes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Diego Andrés --- Themes/default/css/attachments.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Themes/default/css/attachments.css b/Themes/default/css/attachments.css index ddfa10b88f..0ae1d4079b 100644 --- a/Themes/default/css/attachments.css +++ b/Themes/default/css/attachments.css @@ -30,7 +30,7 @@ } .attachments_bot a, .attachments_bot .name, -.attachments_info .name, { +.attachments_info .name { white-space: nowrap; } @@ -129,6 +129,7 @@ div#post_attachments_area.roundframe { display: flex; justify-content: center; margin: 0.5em 0; + min-height: 175px; max-height: 200px; width: auto; } From 05483f9b14c16a9bfb9f2af52ab22af587e1eb93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Andr=C3=A9s?= Date: Tue, 25 Apr 2023 21:19:58 -0600 Subject: [PATCH 2/2] Use correct size MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Diego Andrés --- Themes/default/css/attachments.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Themes/default/css/attachments.css b/Themes/default/css/attachments.css index 0ae1d4079b..b0b698c3d1 100644 --- a/Themes/default/css/attachments.css +++ b/Themes/default/css/attachments.css @@ -129,7 +129,7 @@ div#post_attachments_area.roundframe { display: flex; justify-content: center; margin: 0.5em 0; - min-height: 175px; + min-height: 75px; max-height: 200px; width: auto; }