UX prettified in the menu again

This commit is contained in:
l4kr
2023-09-06 15:52:40 +02:00
parent cc02e201f6
commit 2bd563466b
8 changed files with 49 additions and 19 deletions

View File

@@ -25,6 +25,10 @@
webkit-transform: scale(1.03);
text-shadow: 2px 2px 5px black;
}
.card:active {
transform: scale(1);
text-shadow 0 0 0;
}
.card.itemAction {
cursor: pointer;
}