analytics fixs

This commit is contained in:
nmemmert
2026-06-03 11:35:45 -04:00
parent b7aa32e4b7
commit e561bfa000
5 changed files with 339 additions and 53 deletions
+55
View File
@@ -3300,6 +3300,61 @@
background: rgba(201, 168, 76, 0.04);
}
.admin-visitor-row--expanded {
background: rgba(201, 168, 76, 0.07) !important;
}
.admin-visitor-history-row td {
padding: 0 !important;
background: #0d0d0a;
border-bottom: 1px solid rgba(201, 168, 76, 0.12);
}
.admin-visitor-history {
padding: 0.75rem 1.25rem 1rem;
}
.admin-visitor-history-label {
font-size: 0.78rem;
color: #8a7f5a;
margin: 0 0 0.5rem;
text-transform: uppercase;
letter-spacing: 0.06em;
}
.admin-visitor-history-list {
list-style: none;
margin: 0;
padding: 0;
display: flex;
flex-direction: column;
gap: 0.3rem;
}
.admin-visitor-history-entry {
display: flex;
gap: 0.75rem;
align-items: baseline;
font-size: 0.82rem;
flex-wrap: wrap;
}
.admin-visitor-history-time {
color: #5a5440;
white-space: nowrap;
flex-shrink: 0;
}
.admin-visitor-history-path {
color: #c9a84c;
font-family: monospace;
}
.admin-visitor-history-ref {
color: #5a5440;
font-size: 0.78rem;
}
.admin-visits-table th {
color: var(--brand-gold);
letter-spacing: 0.08em;