#1163 Regenerate QR button improvement

This commit is contained in:
Grzegorz Zając 2023-06-21 09:19:57 +02:00
parent 9bbe5ade3c
commit 44abf1747d

View File

@ -630,6 +630,7 @@
&-timeout {
opacity: 0;
pointer-events: none;
position: relative;
transition: opacity .2s ease-in-out;
text-align: center;
@ -637,6 +638,7 @@
&.visible {
opacity: 1;
pointer-events: all;
}
p {