Add margin-top to rules and leaderboard containers to clear auth bar
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
c6769f9257
commit
afb4869b21
@ -2848,7 +2848,7 @@ input::placeholder {
|
|||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
padding: 20px 35px;
|
padding: 20px 35px;
|
||||||
border: 1px solid rgba(255, 255, 255, 0.1);
|
border: 1px solid rgba(255, 255, 255, 0.1);
|
||||||
margin-top: 0;
|
margin-top: 50px;
|
||||||
scroll-behavior: smooth;
|
scroll-behavior: smooth;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -3516,6 +3516,7 @@ input::placeholder {
|
|||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
padding: 20px 25px;
|
padding: 20px 25px;
|
||||||
border: 1px solid rgba(255, 255, 255, 0.1);
|
border: 1px solid rgba(255, 255, 255, 0.1);
|
||||||
|
margin-top: 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.leaderboard-header {
|
.leaderboard-header {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user