mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 22:33:50 +02:00
improve card ui
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user