Checkpoint current UI and ink integration state
This commit is contained in:
+5
-4
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user