Skip to content
Snippets Groups Projects

Vylepšení skenování - prázdné stránky, otáčení, vylepšení UI

Merged Jiří Setnička requested to merge jirka/scans into devel
All threads resolved!
+ 7
2
@@ -417,10 +417,15 @@ div.alert + div.alert {
.collapsible .collapsible-inner {
max-height: 0;
overflow-y: hidden;
transition: 0.5s ease;
}
.collapsible input[type="checkbox"].toggle:checked ~ .collapsible-inner {
max-height: 100vh;
animation: max-height-rolldown 0.5s ease forwards;
}
@keyframes max-height-rolldown {
from { max-height: 0vh; }
99% { max-height: 100vh; }
to { max-height: max-content; }
}
/* User messages */
Loading