feature/refactoring #3

Merged
master merged 18 commits from feature/refactoring into main 2025-09-02 13:26:13 +02:00
2 changed files with 13 additions and 0 deletions
Showing only changes of commit ef40bf1ee2 - Show all commits

1
public/scripts/index.js Normal file
View File

@@ -0,0 +1 @@
// intentionally empty placeholder

View File

@@ -244,6 +244,7 @@ p {
margin-bottom: 0.5rem;
opacity: 1;
z-index: 1;
-webkit-tap-highlight-color: transparent;
}
/* Labels */
@@ -288,6 +289,17 @@ p {
z-index: 2;
}
/* Disable hover effects on touch devices to prevent flicker */
@media (hover: none) {
.member-card:hover::before {
opacity: 0 !important;
}
.member-card:hover {
box-shadow: none !important;
z-index: 1 !important;
}
}
.member-card.expanded {
border-color: rgba(255, 255, 255, 0.2);
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.6);