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:
@@ -2848,7 +2848,7 @@ input::placeholder {
|
||||
border-radius: 12px;
|
||||
padding: 20px 35px;
|
||||
border: 1px solid rgba(255, 255, 255, 0.1);
|
||||
margin-top: 0;
|
||||
margin-top: 50px;
|
||||
scroll-behavior: smooth;
|
||||
}
|
||||
|
||||
@@ -3516,6 +3516,7 @@ input::placeholder {
|
||||
border-radius: 12px;
|
||||
padding: 20px 25px;
|
||||
border: 1px solid rgba(255, 255, 255, 0.1);
|
||||
margin-top: 50px;
|
||||
}
|
||||
|
||||
.leaderboard-header {
|
||||
|
||||
Reference in New Issue
Block a user