Spaces:
Sleeping
Sleeping
| .html-container { | |
| text-align: center; | |
| display: flex; | |
| justify-content: center; | |
| width: 100%; | |
| } | |
| .dataframe-container { | |
| margin-top: 0.5rem; | |
| margin-bottom: 0.5rem; | |
| } | |
| .leaderboard-title { | |
| font-size: 1.5rem; | |
| font-weight: bold; | |
| margin-bottom: 0.25rem; | |
| color: #f0f0f0; | |
| } | |
| .leaderboard-subtitle { | |
| font-size: 0.9rem; | |
| margin-bottom: 1rem; | |
| color: #a0a0a0; | |
| } | |
| .filters-container fieldset { | |
| display: flex; | |
| flex-direction: row; | |
| justify-content: center; | |
| align-items: center; | |
| gap: 0.5rem; | |
| } | |
| .refresh-btn { | |
| margin-top: 0.5rem; | |
| } | |
| .status-container { | |
| display: flex; | |
| justify-content: flex-end; | |
| font-size: 0.75rem; | |
| color: #a0a0a0; | |
| } | |