improve card ui

This commit is contained in:
pa
2026-03-08 01:02:41 +09:00
parent 6efa86f5a1
commit 4596ac4737
7 changed files with 329 additions and 52 deletions

View File

@@ -255,7 +255,7 @@
<style scoped>
.event-card {
transition: all 0.3s ease;
transition: background-color 0.15s ease;
position: relative;
overflow: visible;
border-radius: 8px;
@@ -263,7 +263,10 @@
}
.event-card:hover {
transform: translateY(-2px);
background-color: var(--accent);
box-shadow:
0 4px 6px -1px rgb(0 0 0 / 0.1),
0 2px 4px -2px rgb(0 0 0 / 0.1);
}
.event-card.grouped-card {