pub / newsplanet

Planet-Style Newsfeed generated with perlanet
git clone https://src.jayvii.de/pub/newsplanet.git
Home | Log | Files | Exports | Refs | README | RSS

commit 93aa73a82bc4af8add15c5b3f065be04746c598f
parent 65da82e747d260946273a4407ee34c68257508b9
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date:   Sat, 15 Mar 2025 12:41:36 +0100

fix: smaller layout issues

Diffstat:
Massets/css/custom.css | 4++++
Mrun.sh | 2+-
2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/assets/css/custom.css b/assets/css/custom.css @@ -51,3 +51,7 @@ a.button > img { .inactive:focus { opacity: 1.0; } +/* Span tables across thw whole width */ +table { + width: 100%; +} diff --git a/run.sh b/run.sh @@ -65,7 +65,7 @@ sed -E -e "s/<\!--FEEDS-->/$FEEDS/" -i "$HTML" # Insert Update time printf "Inserting update time...\n" DATE=`date +%c` -sed -E -e "s/<\!--UPDATED-->/&#128472; ${DATE}/" -i "$HTML" +sed -E -e "s/<\!--UPDATED-->/${DATE}/" -i "$HTML" # Re-download favicons # ./fetch_favicon.sh "$CONFIG"