Anchor back buttons to top-left corner of header

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
adlee-was-taken 2026-02-22 17:48:16 -05:00
parent d7ba3154a1
commit 53abde53ac

View File

@ -2856,8 +2856,7 @@ input::placeholder {
.rules-back-btn { .rules-back-btn {
position: absolute; position: absolute;
left: 0; left: 0;
top: 50%; top: 0;
transform: translateY(-50%);
width: auto; width: auto;
padding: 4px 12px; padding: 4px 12px;
font-size: 0.8rem; font-size: 0.8rem;
@ -3543,8 +3542,7 @@ input::placeholder {
.leaderboard-back-btn { .leaderboard-back-btn {
position: absolute; position: absolute;
left: 0; left: 0;
top: 50%; top: 0;
transform: translateY(-50%);
width: auto; width: auto;
padding: 4px 12px; padding: 4px 12px;
font-size: 0.8rem; font-size: 0.8rem;