Improve analytics UX with geo maps and readability updates
This commit is contained in:
+20
-15
@@ -192,8 +192,8 @@
|
||||
|
||||
.word-with {
|
||||
color: var(--brand-warm-white);
|
||||
font-weight: 300;
|
||||
opacity: 0.85;
|
||||
font-weight: 400;
|
||||
opacity: 0.9;
|
||||
}
|
||||
|
||||
.rule-divider {
|
||||
@@ -413,11 +413,10 @@
|
||||
.episode-desc {
|
||||
font-family: var(--brand-font-body);
|
||||
font-size: 0.88rem;
|
||||
font-weight: 300;
|
||||
line-height: 1.55;
|
||||
font-weight: 400;
|
||||
line-height: 1.6;
|
||||
color: var(--brand-muted);
|
||||
margin: 0 0 0.6rem;
|
||||
opacity: 0.85;
|
||||
}
|
||||
|
||||
.episode-listen-cta {
|
||||
@@ -1190,7 +1189,7 @@
|
||||
font-size: 0.88rem;
|
||||
font-style: italic;
|
||||
line-height: 1.6;
|
||||
color: #6d6b66;
|
||||
color: #a09888;
|
||||
}
|
||||
|
||||
.contact-scripture-ref {
|
||||
@@ -2333,27 +2332,33 @@
|
||||
}
|
||||
|
||||
.admin-visits-table-scroll {
|
||||
overflow-x: visible;
|
||||
overflow-x: auto;
|
||||
border-radius: 0.5rem;
|
||||
border: 1px solid #2a2518;
|
||||
}
|
||||
|
||||
.admin-visits-table {
|
||||
width: 100%;
|
||||
border-collapse: collapse;
|
||||
min-width: 0;
|
||||
table-layout: fixed;
|
||||
min-width: 620px;
|
||||
table-layout: auto;
|
||||
}
|
||||
|
||||
.admin-visits-table th,
|
||||
.admin-visits-table td {
|
||||
text-align: left;
|
||||
padding: 0.5rem 0.6rem;
|
||||
border-bottom: 1px solid rgba(201, 168, 76, 0.16);
|
||||
padding: 0.55rem 0.75rem;
|
||||
border-bottom: 1px solid rgba(201, 168, 76, 0.1);
|
||||
font-family: var(--brand-font-body);
|
||||
color: var(--brand-warm-white);
|
||||
font-size: 0.9rem;
|
||||
white-space: normal;
|
||||
overflow-wrap: anywhere;
|
||||
word-break: break-word;
|
||||
font-size: 0.875rem;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.admin-visits-table tbody tr:hover {
|
||||
background: rgba(201, 168, 76, 0.04);
|
||||
}
|
||||
|
||||
.admin-visits-table th {
|
||||
|
||||
Reference in New Issue
Block a user