From 542c3c62f35a34b461180e6ef6fc431d9fccbc68 Mon Sep 17 00:00:00 2001 From: yourfriendoss Date: Thu, 9 Oct 2025 22:22:04 +0300 Subject: [PATCH] why was I text-align:"end"-ing this? --- website/scripts/status_cafe.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/website/scripts/status_cafe.ts b/website/scripts/status_cafe.ts index a70bcb0..7376469 100644 --- a/website/scripts/status_cafe.ts +++ b/website/scripts/status_cafe.ts @@ -36,7 +36,6 @@ interface LatestStatus { h2.appendChild(a); h2.innerHTML += " - " + timeAgo(latestEntry.updated); - p.style.textAlign = "end"; p.innerHTML = decodeURIComponent(latestEntry.status); // I trust status.cafe, and myself with the contents of this string. statusElement.appendChild(h2);