From a13b9031229ff302de456676169e70fdc47b78b7 Mon Sep 17 00:00:00 2001 From: linguist <22963968+lowlighter@users.noreply.github.com> Date: Sat, 2 Jan 2021 12:42:28 +0100 Subject: [PATCH] Fix display issue for posts plugin --- source/templates/classic/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/templates/classic/style.css b/source/templates/classic/style.css index 5ab73a77..6dde3ff9 100644 --- a/source/templates/classic/style.css +++ b/source/templates/classic/style.css @@ -271,7 +271,7 @@ } .post .infos .title { font-size: 14px; - width: 400px; + width: 380px; white-space: normal; overflow: hidden; text-overflow: ellipsis; @@ -281,7 +281,7 @@ flex-shrink: 0; font-size: 12px; color: #666666; - width: 40px; + width: 60px; padding-top: 1px; }