From 5766797ef80c72135139c233dff4938b94e82d63 Mon Sep 17 00:00:00 2001 From: Cesium Date: Sun, 8 Mar 2026 06:25:58 -0400 Subject: [PATCH] better length for shrinking letters --- php/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php/functions.php b/php/functions.php index e62b425..b9661d8 100644 --- a/php/functions.php +++ b/php/functions.php @@ -9,7 +9,7 @@ echo "

$title

"; - if (strlen($username) > 10) { + if (strlen($username) > 15) { echo "

$username

"; } else { echo "

$username

";