merge dev into features/notifications

This commit is contained in:
2026-01-12 08:44:18 +01:00
13 changed files with 210 additions and 53 deletions
@@ -28,21 +28,7 @@
}
.eventsContainer::-webkit-scrollbar {
height: 8px;
}
.eventsContainer::-webkit-scrollbar-track {
background: rgba(0, 0, 0, 0.1);
border-radius: 10px;
}
.eventsContainer::-webkit-scrollbar-thumb {
background: rgba(30, 96, 249, 0.5);
border-radius: 10px;
}
.eventsContainer::-webkit-scrollbar-thumb:hover {
background: rgba(30, 96, 249, 0.7);
display: none;
}
.eventCard {
@@ -57,7 +43,6 @@
opacity: 0;
transform: translateX(20px);
animation: slideInEvent 1s ease forwards;
flex-shrink: 1;
}
@@ -85,6 +70,10 @@
animation-delay: 0.5s;
}
.eventCard::-webkit-scrollbar {
display: none;
}
.eventCard>h3 {
font-size: 24px;
}