Checkpoint current UI and ink integration state

This commit is contained in:
2026-05-18 02:46:02 +02:00
parent 2c54498ee2
commit d7bb175167
384 changed files with 922883 additions and 764 deletions
+5 -4
View File
@@ -173,9 +173,9 @@
}
@keyframes fadeOutModule {
0% { opacity: 1; height: 24px; margin-bottom: 8px; }
60% { opacity: 0.4; height: 24px; margin-bottom: 8px; }
100% { opacity: 0; height: 0; margin-bottom: 0; padding: 0; }
0% { opacity: 1; max-height: 24px; margin-bottom: 8px; transform: translateY(0); }
60% { opacity: 0; max-height: 24px; margin-bottom: 8px; transform: translateY(-3px); }
100% { opacity: 0; max-height: 0; margin-bottom: 0; padding-top: 0; padding-bottom: 0; transform: translateY(-3px); }
}
.module-item {
@@ -186,11 +186,12 @@
position: relative !important;
width: 100% !important;
height: 24px;
max-height: 24px;
line-height: 24px;
overflow: hidden !important;
font-size: 14px !important;
animation: fadeInModule 0.5s ease-in-out forwards !important;
transition: height 0.5s ease-in-out, margin-bottom 0.5s ease-in-out, opacity 0.5s ease-in-out !important;
transition: max-height 0.5s ease-in-out, margin-bottom 0.5s ease-in-out, opacity 0.5s ease-in-out !important;
}
.module-finished {