Update Version (Beta): login + leaderboard/ word definition

This commit is contained in:
Zakaria
2026-05-13 11:24:27 -04:00
parent 66f8207985
commit fe5649dc2d
6 changed files with 60 additions and 107 deletions
+24 -15
View File
@@ -462,43 +462,52 @@ h2 {
line-height: 1.5;
}
.history-panel {
.definition-panel {
display: grid;
gap: 10px;
margin-bottom: 22px;
}
.history-panel h3 {
.definition-panel h3 {
margin: 0;
font-family: var(--font-display);
font-size: 1.15rem;
font-weight: 500;
}
.history-list {
display: grid;
gap: 8px;
}
.history-row {
display: grid;
grid-template-columns: 1fr auto;
gap: 12px;
padding: 10px 12px;
.stats-definition {
padding: 14px;
border: 1px solid var(--border);
border-radius: 14px;
background: var(--bg);
color: var(--muted);
line-height: 1.55;
text-align: start;
}
.history-word {
.stats-definition strong {
display: block;
margin-bottom: 6px;
color: var(--fg);
font-family: var(--font-display);
font-size: 1.35rem;
font-weight: 500;
line-height: 1.1;
}
.stats-definition .word-label {
font-family: var(--font-body);
font-size: 0.76rem;
font-weight: 900;
letter-spacing: 0.08em;
text-transform: uppercase;
}
.history-meta {
.stats-definition em {
display: block;
margin-top: 10px;
color: var(--muted);
font-size: 0.84rem;
font-style: normal;
}
.leaderboard-card {