From ebc61593a093bfbc4ac9f60f8405411816f1fd8a Mon Sep 17 00:00:00 2001 From: Meekdai Date: Wed, 22 Nov 2023 10:00:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=87=E9=A2=98=E8=BF=87=E9=95=BF=E4=B8=8D?= =?UTF-8?q?=E6=8D=A2=E8=A1=8C=EF=BC=8C=E7=94=A8=E7=9C=81=E7=95=A5=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/base.html | 1 - templates/plist.html | 6 +++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/templates/base.html b/templates/base.html index b1cd72c..58f13d0 100644 --- a/templates/base.html +++ b/templates/base.html @@ -16,7 +16,6 @@ diff --git a/templates/plist.html b/templates/plist.html index 996c278..453d002 100644 --- a/templates/plist.html +++ b/templates/plist.html @@ -20,6 +20,10 @@ h1 a:not([href]){color:inherit;text-decoration:none;vertical-align: bottom;font- .SideNav{min-width: 360px;} .SideNav-icon{margin-right: 16px} .SideNav-item .Label{color: #fff;margin-left:8px;} +.d-flex{min-width:0;} +.listTitle{overflow:hidden;white-space:nowrap;text-overflow: ellipsis;max-width: 100%;} +.listLabels{white-space:nowrap;} + @media (max-width: 767px) { body { padding: 8px;} h1 a:not([href]){font-size:24px;} @@ -75,7 +79,7 @@ h1 a:not([href]){color:inherit;text-decoration:none;vertical-align: bottom;font-
- {{ postListJson[num]['postTitle']|e }} + {{ postListJson[num]['postTitle']|e }}
{% if postListJson[num]['commentNum']>0 %}{{ postListJson[num]['commentNum'] }}{% endif %}