* index: change iframe transition duration.

This commit is contained in:
sunhao
2024-05-21 09:59:22 +08:00
parent 635f74e298
commit 80a4d6d688
+1 -1
View File
@@ -64,7 +64,7 @@
.app-container.loading:before, .ap p-container.loading::after {transition-delay: 3s;}
.app-container.loading.open-from-hidden {transition-delay: 0s;}
.app-container.loading.open-from-hidden > iframe {opacity: 0;}
.app-container > iframe {width: 100%; height: 100%; background: inherit;}
.app-container > iframe {width: 100%; height: 100%; background: inherit; transition-duration: .1s;}
.messagers > .messager-holder {max-width: 35%;}
.messager-notice, .score-notice {align-items: flex-start;}