feat: complete i18n support, telegram webhook, and security improvements
This commit is contained in:
@@ -1105,3 +1105,18 @@ tr:hover td {
|
||||
.page-header { padding: 16px; }
|
||||
.stats-grid { grid-template-columns: 1fr 1fr; }
|
||||
}
|
||||
/* ── Language Switcher ── */
|
||||
.lang-switcher .btn-ghost {
|
||||
border-radius: var(--radius) !important;
|
||||
font-weight: 400 !important;
|
||||
}
|
||||
|
||||
.lang-option:hover {
|
||||
background: var(--bg-hover) !important;
|
||||
color: var(--text-primary) !important;
|
||||
}
|
||||
|
||||
.lang-option.active {
|
||||
color: var(--accent-hover) !important;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user