Anchor back buttons to top-left corner of header
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
d7ba3154a1
commit
53abde53ac
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user