We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b969770 commit 68df5ddCopy full SHA for 68df5dd
static/style.css
@@ -139,7 +139,7 @@ body {
139
}
140
141
.popup:not(#csvConfirmationPopup):not(#npgDevicePopup) {
142
- animation: fade-out 3s forwards;
+ animation: fade-out 2s forwards;
143
144
145
#csvConfirmationPopup,
@@ -366,6 +366,6 @@ body {
366
367
@keyframes fade-out {
368
0% { opacity: 1; }
369
- 80% { opacity: 1; }
370
- 100% { opacity: 0; visibility: hidden; }
+ 80% { opacity: 0.8; }
+ 100% { opacity: 0.6; visibility: hidden; }
371
0 commit comments