Various fixes in theme switch

This commit is contained in:
2022-10-18 20:03:49 +02:00
parent a89e36aa65
commit aa0601523d
2 changed files with 10 additions and 6 deletions

View File

@ -24,6 +24,11 @@
animation: fadeIn 0.2s ease-in-out;
animation-fill-mode: forwards;
}
.placeHolder {
opacity: 1 !important;
transform: translate(0, 0) !important;
}
}
@keyframes fadeOut {