Merged with main

This commit is contained in:
WBHarry 2025-07-01 19:00:30 +02:00
commit 92ce2b4367
57 changed files with 1608 additions and 958 deletions

View file

@ -213,6 +213,8 @@
opacity: 1;
transform: translateY(0);
grid-column: 1/-1; //For item descriptions in sheet elements
transition:
opacity 0.3s ease-out,
transform 0.3s ease-out;