refactor: prevent reflow on visible rows

This commit is contained in:
Carlos Valente
2025-07-16 20:24:59 +02:00
committed by Carlos Valente
parent 66a4e27fdd
commit 9618bec847
@@ -3,6 +3,7 @@
.eventRow {
background: color-mix(in srgb, transparent 92%, var(--user-bg, $gray-500) 8%);
border-left: 4px solid var(--user-bg, $gray-500);
min-height: 2.5rem;
&:hover {
outline: 1px solid $blue-500;