Fix back button width and add border to leaderboard header

Override width:100% from .btn base class with width:auto on both
back buttons. Add padding-bottom and border-bottom to leaderboard
header to match rules page styling.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
adlee-was-taken 2026-02-22 17:39:51 -05:00
parent 8657a0501f
commit c6769f9257

View File

@ -2858,6 +2858,7 @@ input::placeholder {
left: 0; left: 0;
top: 50%; top: 50%;
transform: translateY(-50%); transform: translateY(-50%);
width: auto;
padding: 4px 12px; padding: 4px 12px;
font-size: 0.8rem; font-size: 0.8rem;
background: transparent; background: transparent;
@ -3521,6 +3522,8 @@ input::placeholder {
position: relative; position: relative;
text-align: center; text-align: center;
margin-bottom: 20px; margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 2px solid rgba(244, 164, 96, 0.3);
} }
.leaderboard-header h1 { .leaderboard-header h1 {
@ -3541,6 +3544,7 @@ input::placeholder {
left: 0; left: 0;
top: 50%; top: 50%;
transform: translateY(-50%); transform: translateY(-50%);
width: auto;
padding: 4px 12px; padding: 4px 12px;
font-size: 0.8rem; font-size: 0.8rem;
background: transparent; background: transparent;