Client fixes

This commit is contained in:
2026-06-24 01:21:21 -04:00
parent b525dd27c8
commit 3fd94626b6
6 changed files with 10 additions and 25 deletions

View File

@@ -27,6 +27,7 @@ const label = computed(() => props.data[`${props.metricKey.replace(/_[^_]+$/, ''
cursor: pointer;
transition: background 0.15s, transform 0.1s;
user-select: none;
overflow: hidden;
&:hover { background: var(--hover); }
&:active { transform: scale(0.97); }