From 53abde53ac00d65ce9ae36b41197c798e919c940 Mon Sep 17 00:00:00 2001 From: adlee-was-taken Date: Sun, 22 Feb 2026 17:48:16 -0500 Subject: [PATCH] Anchor back buttons to top-left corner of header Co-Authored-By: Claude Opus 4.6 --- client/style.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/client/style.css b/client/style.css index 74aa112..1f96edb 100644 --- a/client/style.css +++ b/client/style.css @@ -2856,8 +2856,7 @@ input::placeholder { .rules-back-btn { position: absolute; left: 0; - top: 50%; - transform: translateY(-50%); + top: 0; width: auto; padding: 4px 12px; font-size: 0.8rem; @@ -3543,8 +3542,7 @@ input::placeholder { .leaderboard-back-btn { position: absolute; left: 0; - top: 50%; - transform: translateY(-50%); + top: 0; width: auto; padding: 4px 12px; font-size: 0.8rem;