mirror of
https://github.com/kremalicious/umami.git
synced 2024-11-22 01:46:58 +01:00
Updated CSS for metrics bar.
This commit is contained in:
parent
9779d9ba76
commit
8e68a781c5
@ -52,7 +52,6 @@ export function WebsiteMetricsBar({
|
||||
change={uniques.change}
|
||||
/>
|
||||
<MetricCard
|
||||
className={styles.card}
|
||||
label={formatMessage(labels.bounceRate)}
|
||||
value={uniques.value ? (num / uniques.value) * 100 : 0}
|
||||
change={
|
||||
@ -65,7 +64,6 @@ export function WebsiteMetricsBar({
|
||||
reverseColors
|
||||
/>
|
||||
<MetricCard
|
||||
className={styles.card}
|
||||
label={formatMessage(labels.averageVisitTime)}
|
||||
value={
|
||||
totaltime.value && pageviews.value
|
||||
|
@ -13,6 +13,7 @@
|
||||
font-weight: 700;
|
||||
white-space: nowrap;
|
||||
min-height: 60px;
|
||||
color: var(--base900);
|
||||
}
|
||||
|
||||
.label {
|
||||
@ -22,6 +23,7 @@
|
||||
gap: 10px;
|
||||
white-space: nowrap;
|
||||
min-height: 30px;
|
||||
color: var(--base800);
|
||||
}
|
||||
|
||||
.change {
|
||||
|
Loading…
Reference in New Issue
Block a user