From 9b5a8a8d62538f59f8f868979736e8b10d2cf911 Mon Sep 17 00:00:00 2001 From: Meekdai Date: Tue, 21 Nov 2023 17:27:31 +0800 Subject: [PATCH] Update plist.html --- templates/plist.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/templates/plist.html b/templates/plist.html index 8834abf..f8a64d3 100644 --- a/templates/plist.html +++ b/templates/plist.html @@ -17,7 +17,8 @@ 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;} +.SideNav-item .Label{margin-left:8px;} +.LabelObject{color: #fff;} @media (max-width: 767px) { body { padding: 8px;} h1 a:not([href]){font-size:24px;} @@ -77,7 +78,7 @@ h1 a:not([href]){color:inherit;text-decoration:none;vertical-align: bottom;font-
{% if postListJson[num]['commentNum']>0 %}{{ postListJson[num]['commentNum'] }}{% endif %} - {{ postListJson[num]['label'] }} + {{ postListJson[num]['label'] }} {{ postListJson[num]['createdDate'] }}